Skip to content
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: Upgrade revm #5489

Closed
wants to merge 2 commits into from
Closed

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Nov 18, 2023

Overview

Note
Do not merge, currently patched with my own fork. Will redirect at revm's head once bluealloy/revm#871 has been merged.

Upgrades revm to the latest version, which includes the Canyon hardfork. This unblocks implementing the Canyon hardfork for op-reth, tracked in #5210.

Metadata
Closes #5490

gas: Gas::new(0),
output: Bytes::new(),
},
0..0,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rakita What does this new range in the result here signify? Tests are passing, though I don't think this is correct. Occurs in several places.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to shortcircuit the call you can return the result. So this should be None

@clabby
Copy link
Collaborator Author

clabby commented Nov 20, 2023

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@clabby clabby mentioned this pull request Nov 20, 2023
output: Bytes::new(),
},
None,
))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade revm in reth to a version including the Canyon hardfork
2 participants