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

fix: use correct timestamp for op receipt #12716

Closed mattsse closed 1 day ago

mattsse commented 1 day ago

closes https://github.com/paradigmxyz/reth/issues/12177

removes the default derive which was the footgun that caused this bug, we need the timestamp to compute the fee fields but never set it.