reth
reth copied to clipboard
Extend `BlockBody` trait
trafficstars
Describe the feature
https://github.com/paradigmxyz/reth/pull/12539 only kept transactions getter in BlockBody but eventually we'd need to add more common helpers to it
https://github.com/paradigmxyz/reth/blob/ff6b78a3627a0fb03da5ab2093672618cd3b70b1/crates/primitives-traits/src/block/body.rs#L12-L92
- [ ] https://github.com/paradigmxyz/reth/pull/12826
Additional context
No response