-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add network info subcomponent needed for the state #9673
Conversation
Signed-off-by: Kristiyan Selveliev <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9673 +/- ##
============================================
+ Coverage 92.21% 92.33% +0.11%
+ Complexity 7609 7511 -98
============================================
Files 932 916 -16
Lines 31940 31751 -189
Branches 4029 4020 -9
============================================
- Hits 29455 29316 -139
+ Misses 1535 1490 -45
+ Partials 950 945 -5 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/NetworkInfoImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <[email protected]>
hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/NetworkInfoImpl.java
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <[email protected]>
Quality Gate passedIssues Measures |
Description:
This PR add NetworkInfo component needed for the state of the reusable services code
This PR modifies ... in order to support ...
Add NetworkInfoImpl class similar to services
Add NetworkInfoImplTest
Related issue(s):
Partially closes #9260
Fixes #
Notes for reviewer:
Checklist