-
Notifications
You must be signed in to change notification settings - Fork 95
[Feature] bump to new revm version #99
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Describe the feature you would like
new revm release with smol breaking changes, needs a bump
Additional context
Additional modifications required for the draft pr:
ResultAndState<Halt, EvmState>should becomeResultAndState<ExecutionResult<Halt>, EvmState>- any missing U256 to u64 conversions for block number, timestamps should use saturating_to
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers