You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChainSpec is made up of the "Configs" and "Presets" from the consensus spec, with some, but not all "Constants". Should we consolidate constants? I'd propose moving them to consensus/types/consts.rs. We could potentially avoid passing ChainSpec around places we shouldn't need it.
The text was updated successfully, but these errors were encountered:
Description
ChainSpec
is made up of the "Configs" and "Presets" from the consensus spec, with some, but not all "Constants". Should we consolidate constants? I'd propose moving them toconsensus/types/consts.rs
. We could potentially avoid passingChainSpec
around places we shouldn't need it.The text was updated successfully, but these errors were encountered: