-
Notifications
You must be signed in to change notification settings - Fork 12
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
bump: REVM to latest version with minimal forking #677
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/multichain #677 +/- ##
==================================================
Coverage ? 53.35%
==================================================
Files ? 236
Lines ? 27703
Branches ? 27703
==================================================
Hits ? 14780
Misses ? 12005
Partials ? 918 ☔ View full report in Codecov by Sentry. |
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.
Thanks, LGTM
Upgrade REVM to the latest version that requires minimal changes. At this point we only need a modification to revert to Rust v1.80.
A large restructuring of crates was performed in REVM that required changes to our re-exports. I tried to structure it in a way that would minimise future impact of reorganisations in REVM.