Commits
Click on a commit to change the comparison rangeperf: make Chain use DeferredTrieData fix: correct Chain::new call and improve trie_data docs fix: use SerializeAs for WAL notification serialization
Use serde_with::SerializeAs directly instead of From impl for
ExExNotification serialization, matching how Chain handles its
DeferredTrieData (which requires collecting owned data before borrowing). fix: revert unnecessary feature gating for reth-trie-common
Restore reth-trie-common as unconditional dependency in execution-types
and remove #[cfg(feature = "std")] from HashedPostState imports and
hash_state_slow method. fix: remove unused alloy-consensus dependency from execution-types