nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

Embedd chainspecs as resources.

Open LukaszRozmej opened this issue 3 years ago • 1 comments

Chainspecs should be embedded in binaries. And allow being referenced by path (as now) and by name (embedded) from config files

LukaszRozmej avatar Jul 11 '22 10:07 LukaszRozmej

@LukaszRozmej could say more about the rationale? It's always good to add them to an issue.

dceleda avatar Jul 18 '22 09:07 dceleda

So people won't use outdated chainspec when upgrading binaries for hardforks

LukaszRozmej avatar Aug 17 '22 09:08 LukaszRozmej

has some disadvantages too, does not allow for any quick fixes and adjustment or config fixes without release

tkstanczak avatar Aug 30 '22 12:08 tkstanczak

@tkstanczak you can still specify a chainspec from a file if needed. Please check the associated PR.

smartprogrammer93 avatar Aug 30 '22 16:08 smartprogrammer93