-
Notifications
You must be signed in to change notification settings - Fork 24
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(deps): bump alloy + revm #63
Conversation
Ah some git jobs failed, looking into it |
Hey @DaniPopes Could you provide some guidance on implementing EIP-7702? I assume this will need to be done eventually, and I've made some progress so far. However, I want to avoid doing unnecessary work, so I wanted to check if this pull request is relevant to the project. |
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.
Pushed EIP-7702 fixes.
Thanks!
Oh nice! Had a look and it makes sense now, I should've figured it out, still learning the repo :( Thanks ser! |
Updated revm and alloy as most of the rust ethereum crates already migrated to alloy 0.3.
Removed minor versions of deps in Cargo.toml.
Please let me know if I should change anything.
All tests passed.