paradigmxyz / reth

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

Make `PostExectuionInput` generic over receipt #12671

Open emhane opened 2 days ago

emhane commented 2 days ago

Describe the feature

Make PostExecutionInput (including its impl generic over receipt type). Set default of generic to reth_primitives::Receipt. https://github.com/paradigmxyz/reth/blob/3408059393bcf03f6727f790ec52f28114e25d02/crates/consensus/consensus/src/lib.rs#L31-L38

Additional context

No response

0xriazaka commented 2 days ago

👋