[Feature] bump to new revm version
mattsse opened this issue · comments
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
May I do it?