This repository was archived by the owner on Apr 6, 2020. It is now read-only.
v1.1.0 - Petersburg / Goerli Support
Petersburg Hardfork Support
This release now supports the new Petersburg (aka
constantinopleFix) HF removing support for EIP 1283. Petersburg is conceptualized
within the library as a separate delta-containing HF, only removing EIP 1283
support and containing nothing else. It should therefore always be applied
together with the Constantinople HF, either by using the same block number to
update on both (mainnet scenario) or applying subsequently on subsequent
block numbers (ropsten scenario).
HF related changes (from PR #44):
- New
hardforks/petersburg.jsonHF file constantinopleandpetersburgblock numbers forropstenandmainnet- Updated tests, new
petersburgrelated tests
Launched/Final Goerli Configuration Support
The release now supports the final Goerli
cross-client testnet configuration.
Goerli related changes (from PR #48):
- Updated
chains/goerli.jsonconfiguration file (chainId-> 5,
networkId-> 5, genesis parameters) - HF block numbers up to
petersburghardfork - Updated bootstrap nodes
- Updated
genesisStates/goerli.jsongenesis state - Test updates
Other Changes