paradigmxyz / reth

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

`InMemorySize` super trait #12589

Open emhane opened 4 hours ago

emhane commented 4 hours ago

Describe the feature

Add InMemorySize as super trait for reth-primitives-traits traits: Receipt, SignedTransaction and TxType.

Additional context

No response

Gerson2102 commented 2 hours ago

Hey I would like to work on this one.