-
Notifications
You must be signed in to change notification settings - Fork 157
fix: Add pure check to ContractDeleteHandler #12574
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
Conversation
Signed-off-by: Michael Heinrichs <[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, ty @netopyr !
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
.../src/main/java/com/hedera/node/app/service/contract/impl/handlers/ContractDeleteHandler.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/0.48 #12574 +/- ##
==================================================
- Coverage 61.02% 61.02% -0.01%
- Complexity 30812 30813 +1
==================================================
Files 3443 3443
Lines 141261 141264 +3
Branches 14750 14750
==================================================
- Hits 86211 86210 -1
- Misses 51269 51274 +5
+ Partials 3781 3780 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Michael Heinrichs <[email protected]> (cherry picked from commit a69e274)
Fixes #12565
Add
pureChecks()
toContractDeleteHandler
to ensure mandatorycontractID
is provided.