-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore: bump revm dec 2024 #246
base: main
Are you sure you want to change the base?
Conversation
As discussed would like to hold on merging until we've iterated on the revm api a bit as this is used in a bunch of places and want to be thoughtful about breakages |
Doing exactly that, and I have already accounted interfaces and usage patterns when refactoring Revm. Changes that simplify integration even more, are here: bluealloy/revm#1934 Present context allows us a lot simpler usage and it is easier to navigate. Would assume this will not be merged until we have PR in Reth. |
@mattsse this is now integrated. We should wait for Reth integration before merging. |
Revm integrated in lib. Repo uses to slightly modified Revm bluealloy/revm#1934
One thing missing, is_precompile need to be supported.
And examples need integration