-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
feat[ci]: enable cancun testing #3861
feat[ci]: enable cancun testing #3861
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3861 +/- ##
==========================================
+ Coverage 86.21% 86.30% +0.09%
==========================================
Files 92 92
Lines 14010 14010
Branches 3077 3077
==========================================
+ Hits 12079 12092 +13
+ Misses 1496 1488 -8
+ Partials 435 430 -5 ☔ View full report in Codecov by Sentry. |
note: looks like there are some issues being caused in eth-tester by the new py-evm. waiting on eth-tester/py-evm maintainers to push a fix |
with ethereum/py-evm#2159 and ethereum/eth-tester#284, this PR passes all codegen tests. (there are some storage layout tests which test against hardcoded layouts; i'll switch those in a bit) |
i extracted the fuzz failure into this issue: #3875 |
enable cancun testing. mostly, update to the version of py-evm and eth-tester which enable cancun. adjust a couple tests which need to behave separately depending on cancun vs pre-cancun.
What I did
How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture