-
Notifications
You must be signed in to change notification settings - Fork 324
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
[evm] gate the generation of suicide transaction log #4198
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4198 +/- ##
==========================================
+ Coverage 75.38% 76.77% +1.39%
==========================================
Files 303 340 +37
Lines 25923 29260 +3337
==========================================
+ Hits 19541 22465 +2924
- Misses 5360 5691 +331
- Partials 1022 1104 +82 ☔ View full report in Codecov by Sentry. |
}) | ||
} | ||
} else { | ||
if stateDB.suicideTxLogMismatchPanic { |
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.
stateDB.suicideTxLogMismatchPanic
must be true here
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.
does it would cause testnet to rollback?
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.
the flag can be removed after hard-fork, so would just leave it as is.
no, it won't cause testnet to rollback, txLog does not affect consensus
Quality Gate failedFailed conditions |
Description
To ensure data consistency, generate the missing log after the hard-fork. A separate patch file will be created later to provide missing logs before the hard-fork.
// TODO: remove this gating once the hard-fork has passed
Fixes #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: