remove unused derives from alloy compat types #11199
Labels
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
these types are private and only used for conversions:
reth/crates/storage/codecs/src/alloy/mod.rs
Lines 1 to 11 in 2b20a0d
we can reduce a lot of derives, some things are used for testing (serde I believe) so these should be cfg for test
TODO
eg:
reth/crates/storage/codecs/src/alloy/withdrawal.rs
Lines 10 to 13 in 2b20a0d
Additional context
No response
The text was updated successfully, but these errors were encountered: