-
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
AccountReadableKVState returns account with AccountNum accountId #9801
AccountReadableKVState returns account with AccountNum accountId #9801
Conversation
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9801 +/- ##
============================================
+ Coverage 88.72% 92.34% +3.62%
- Complexity 1166 7665 +6499
============================================
Files 378 932 +554
Lines 12135 32196 +20061
Branches 1715 4092 +2377
============================================
+ Hits 10767 29733 +18966
- Misses 1224 1500 +276
- Partials 144 963 +819 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
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
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
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:
AccountReadableKVState
must return the accountId of the account with a typeAccountNum
Full issue and reason for solution described in the issue that this pr fixes
This PR modifies:
AccountReadableKVState
- use toAccountNumId
method for getting the accountIdEntityIdUtils
- addtoAccountNumId
method that takes and entity parameter and returnAccountID
withaccountNum
typeRelated issue(s):
Fixes #9800
Notes for reviewer:
Checklist