reth icon indicating copy to clipboard operation
reth copied to clipboard

chore(chainspec): Add trait `ConfigureHardforks`

Open emhane opened this issue 6 months ago • 0 comments

Ref https://github.com/paradigmxyz/reth/issues/10468

Conversion from alloy_genesis::Genesis to reth_chainspec::ChainSpec has optimism feature gates on code related to hard forks. This PR moves closer to enabling the implementation From<Genesis> for ChainSpec<H>, where ChainSpec is generic over hard fork.

emhane avatar Aug 22 '24 21:08 emhane