Open emhane opened 1 day ago
Use the adapters introduced in https://github.com/paradigmxyz/reth/pull/12723 HeaderTy<N> and BodyTy<N>, to pass the primitives on N: EngineNodeTypes to SealedBlock and SealedHeader in BeaconConsensusEngine impl body
HeaderTy<N>
BodyTy<N>
N: EngineNodeTypes
SealedBlock
SealedHeader
BeaconConsensusEngine
https://github.com/paradigmxyz/reth/blob/0c5984179e0304c11ad4c5bc0057508b65441338/crates/consensus/beacon/src/engine/mod.rs#L227-L1787
Blocked by https://github.com/paradigmxyz/reth/pull/12723
No response
keen on this one too @tcoratger ?
Describe the feature
Use the adapters introduced in https://github.com/paradigmxyz/reth/pull/12723
HeaderTy<N>
andBodyTy<N>
, to pass the primitives onN: EngineNodeTypes
toSealedBlock
andSealedHeader
inBeaconConsensusEngine
impl bodyhttps://github.com/paradigmxyz/reth/blob/0c5984179e0304c11ad4c5bc0057508b65441338/crates/consensus/beacon/src/engine/mod.rs#L227-L1787
Blocked by https://github.com/paradigmxyz/reth/pull/12723
Additional context
No response