paradigmxyz / reth

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

Generic receipt `ExecuteOutput` #12945

Closed emhane closed 1 day ago

emhane commented 3 days ago

Describe the feature

Make ExecuteOutput generic over receipt type as ExecuteOutput<T> https://github.com/paradigmxyz/reth/blob/47245642ca481c58da60e698381981c1edcbb264/crates/evm/src/execute.rs#L175-L182

Additional context

No response

ftupas commented 3 days ago

Hi may I take this one?