-
Notifications
You must be signed in to change notification settings - Fork 180
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
Refactor Export EVM State and Compare State Diff #6760
Conversation
0cfb7f5
to
ce205ac
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6760 +/- ##
==========================================
- Coverage 41.04% 40.98% -0.07%
==========================================
Files 2076 2079 +3
Lines 183653 183922 +269
==========================================
- Hits 75387 75379 -8
- Misses 101965 102243 +278
+ Partials 6301 6300 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ce205ac
to
9765935
Compare
d49ee00
to
be99b16
Compare
b34650d
to
cf32688
Compare
// Testnet51 - Height Coordinated Upgrade 1 | ||
// Flow Block: 212562161 1a520608c5457f228405c4c30fc39c8a0af7cf915fb2ede7ec5ccffc2a000f57 | ||
// PR: https://github.com/onflow/flow-go/pull/6380 | ||
const coinbaseAddressChangeEVMHeightTestnet = 1385491 | ||
const coinbaseAddressChangeEVMHeightTestnet = 1385490 |
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.
Is this now the correct height?
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.
yes.
// Testnet52 - Spork | ||
// Flow Block: 218215350 cc7188f0bdac4c442cc3ee072557d7f7c8ca4462537da945b148d5d0efa7a1ff | ||
// PR: https://github.com/onflow/flow-go/pull/6377 | ||
// const blockHashListBugIntroducedHCUEVMHeightTestnet = 7038679 |
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.
can we just delete this
556d903
to
1bdc486
Compare
be05483
to
2d4bb10
Compare
work towards: onflow/flow-evm-gateway#720
This PR refactors the EVM state exporting and importing as well as comparing the EVM state diff.