paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.8k stars 1.06k forks source link

Revisit reth-revm crate #8072

Open mattsse opened 4 months ago

mattsse commented 4 months ago

Describe the feature

with #7798 the reth-revm crate is just a crate that has a few revm-related types

there are a few types that can be moved around to make executor types and API easier to use

Additional context

No response

DaniPopes commented 4 months ago

It might still be useful to have because of the re-exports and potential future utils