-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: Patch revm
to current head commit
#5032
Conversation
Codecov Report
... and 115 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There is also a disallowed license within the |
Thanks for flagging this, there are a few CC0 licences that we use in reth, you can add it to the list here: Lines 60 to 70 in a60dbfd
|
Would probably need to wait for this PR: bluealloy/revm#804 as it removed some footgun |
Sounds good. I upgraded Can work off of a patched version of |
closing this because I need to get this over the line and I'm unable to push to this branch directly |
Overview
Upgrades revm to a commit that includes bluealloy/revm#789. Necessary for moving forwards with the
op-reth
upgrades in #4377.TODO
revm
API no longer passes theeval
, how do we check if the result was a failure?contract.rs
- the file is no longer needed withcreate2_from_code
being implemented onAddress
.