-
Notifications
You must be signed in to change notification settings - Fork 145
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
Check for deleted accounts in crypto allowances #8834
Conversation
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
.../com/hedera/node/app/service/networkadmin/impl/handlers/NetworkGetAccountDetailsHandler.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: Matt Hess <matt.hess@swirldslabs.com>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8834 +/- ##
==========================================
Coverage ? 65.09%
Complexity ? 29239
==========================================
Files ? 3225
Lines ? 122854
Branches ? 12601
==========================================
Hits ? 79975
Misses ? 39902
Partials ? 2977 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
...-clients/src/main/java/com/hedera/services/bdd/suites/crypto/CryptoDeleteAllowanceSuite.java
Outdated
Show resolved
Hide resolved
.../com/hedera/node/app/service/networkadmin/impl/handlers/NetworkGetAccountDetailsHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
.../main/java/com/hedera/node/app/service/token/impl/handlers/CryptoDeleteAllowanceHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
bdec6d8
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.
Seems one HAPI test is failing to be fixed
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
4963338
Kudos, SonarCloud Quality Gate passed! |
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 ! Thanks @mhess-swl
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
Part of #8465