BeaconConsensusEngineEvent
generic data prims
#12822
Labels
A-consensus
Related to the consensus engine
A-sdk
Related to reth's use as a library
C-debt
Refactor of code section that is hard to understand or maintain
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Make
BeaconConsensusEngineEvent
generic over primitive types asBeaconConsensusEngineEvent<N: NodePrimitives = reth_primitives::EthPrimitives>
. Pass genericsN::BlockHeader
andN::BlockBody
, to the containedSealedHeader
andSealedBlock
. Update the impl body accordingly.reth/crates/consensus/beacon/src/engine/event.rs
Lines 11 to 57 in 6695d07
Additional context
No response
The text was updated successfully, but these errors were encountered: