Skip to content

Comments

chore: Upgrade revm#5489

Closed
clabby wants to merge 2 commits intoparadigmxyz:mainfrom
clabby:cl/upgrade-revm-canyon
Closed

chore: Upgrade revm#5489
clabby wants to merge 2 commits intoparadigmxyz:mainfrom
clabby:cl/upgrade-revm-canyon

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