-
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 FileReadableKVState #9570
Add FileReadableKVState #9570
Conversation
Signed-off-by: Kristiyan Selveliev <[email protected]>
Codecov ReportAttention: Patch coverage is
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. |
hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java
Outdated
Show resolved
Hide resolved
hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java
Outdated
Show resolved
Hide resolved
hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityIdUtilsTest.java
Outdated
Show resolved
Hide resolved
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/FileReadableKVState.java
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <[email protected]>
hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java
Show resolved
Hide resolved
hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateTest.java
Outdated
Show resolved
Hide resolved
…r code Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/file/File.java
Outdated
Show resolved
Hide resolved
hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/file/File.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <[email protected]>
hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java
Outdated
Show resolved
Hide resolved
hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java
Outdated
Show resolved
Hide resolved
hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/file/FileTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/file/FileTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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 <[email protected]>
bfe7bc1
Signed-off-by: Kristiyan Selveliev <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
This pr add FileReadableKVState
Related issue(s):
Fixes #9258
Notes for reviewer:
Checklist