Open emhane opened 11 hours ago
Replace concrete type Header/SealedHeader with reth_node_types::HeaderTy<N> in impl of BlockchainTree https://github.com/paradigmxyz/reth/blob/f8d683e80ee08412e19cc212a4c2bf8ebeca245b/crates/blockchain-tree/src/blockchain_tree.rs#L95-L1373
Header
SealedHeader
reth_node_types::HeaderTy<N>
BlockchainTree
No response
blocked by https://github.com/paradigmxyz/reth/pull/12723
can I take this as well @emhane
Describe the feature
Replace concrete type
Header
/SealedHeader
withreth_node_types::HeaderTy<N>
in impl ofBlockchainTree
https://github.com/paradigmxyz/reth/blob/f8d683e80ee08412e19cc212a4c2bf8ebeca245b/crates/blockchain-tree/src/blockchain_tree.rs#L95-L1373Additional context
No response