forest
forest copied to clipboard
Validate the ChainConfig struct at construction time
Issue summary
We would like to validate the new ChainConfig (introduced by #1482) at construction time.
- making sure all variants of the enum
Heighthave a corresponding entry inheight_infos - number of
fvm_shared::NetworkVersionvariants should match number ofHeightvariants + 1
Other information and links