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 FileReadableKVState #9570

Merged
merged 14 commits into from
Oct 15, 2024
Merged

Add FileReadableKVState #9570

merged 14 commits into from
Oct 15, 2024

Conversation

kselveliev
Copy link
Contributor

Description:
This pr add FileReadableKVState

Related issue(s):

Fixes #9258

Notes for reviewer:

Checklist

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

Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
@kselveliev kselveliev self-assigned this Oct 11, 2024
@kselveliev kselveliev added web3 Area: Web3 API enhancement Type: New feature labels Oct 11, 2024
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

Attention: Patch coverage is 82.73381% with 24 lines in your changes missing coverage. Please review.

Project coverage is 92.22%. Comparing base (bddd711) to head (ef2b66c).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...ain/java/com/hedera/hapi/node/state/file/File.java 78.94% 4 Missing and 20 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9570      +/-   ##
============================================
- Coverage     92.26%   92.22%   -0.05%     
- Complexity     7468     7515      +47     
============================================
  Files           927      929       +2     
  Lines         31167    31306     +139     
  Branches       3978     4001      +23     
============================================
+ Hits          28756    28871     +115     
- Misses         1492     1496       +4     
- Partials        919      939      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
…r code

Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
@kselveliev kselveliev marked this pull request as ready for review October 14, 2024 13:59
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Copy link
Contributor

@bilyana-gospodinova bilyana-gospodinova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@IvanKavaldzhiev IvanKavaldzhiev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Copy link

sonarcloud bot commented Oct 15, 2024

Copy link
Contributor

@bilyana-gospodinova bilyana-gospodinova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@steven-sheehy steven-sheehy added this to the 0.116.0 milestone Oct 15, 2024
@steven-sheehy steven-sheehy merged commit b84532a into main Oct 15, 2024
32 of 33 checks passed
@steven-sheehy steven-sheehy deleted the 09258-file-readable-kv-state branch October 15, 2024 14:52
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.

Implement FileReadableKVState
4 participants