alloy-rs / evm

EVM abstraction layer

Repository from Github https://github.comalloy-rs/evmRepository from Github https://github.comalloy-rs/evm

[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 become ResultAndState<ExecutionResult<Halt>, EvmState>
  • any missing U256 to u64 conversions for block number, timestamps should use saturating_to

May I do it?