Skip to content
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

Merged
merged 5 commits into from
Nov 1, 2024

Conversation

kselveliev
Copy link
Contributor

@kselveliev kselveliev commented Oct 29, 2024

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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@kselveliev kselveliev self-assigned this Oct 29, 2024
@kselveliev kselveliev added web3 Area: Web3 API enhancement Type: New feature labels Oct 29, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.33%. Comparing base (41c3ac6) to head (06a4860).
Report is 26 commits behind head on main.

Files with missing lines Patch % Lines
.../mirror/web3/state/components/NetworkInfoImpl.java 85.71% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

Signed-off-by: Kristiyan Selveliev <[email protected]>
@kselveliev kselveliev marked this pull request as ready for review October 29, 2024 16:02
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
@steven-sheehy steven-sheehy added this to the 0.118.0 milestone Oct 31, 2024
Signed-off-by: Kristiyan Selveliev <[email protected]>
Copy link

sonarqubecloud bot commented Nov 1, 2024

@steven-sheehy steven-sheehy changed the title feat: Add network info subcomponent needed for the state Add network info subcomponent needed for the state Nov 1, 2024
@steven-sheehy steven-sheehy merged commit cb30c52 into main Nov 1, 2024
32 of 33 checks passed
@steven-sheehy steven-sheehy deleted the 09260-add-network-info-subcomponent branch November 1, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature web3 Area: Web3 API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add needed subcomponents for State initialization
3 participants