Skip to content

HFs Sokol 2019 02 06

Andrew Gross edited this page Nov 22, 2019 · 2 revisions

❗️Page moved to: https://www.poa.network/for-validators/hard-forks/sokol/2019-02-06-or-7026400


Info

  • Network: Sokol
  • Date: 2019-02-06
  • Block number: 7026400

Description

This update disables Constantinople EIP-1283 at block 7026400 in Sokol network.

Solution

  1. Update Parity node to 2.3.1-beta using the guide.
  2. Update poa-chain-spec/spec.json - add eip1283DisableTransition to engine.params section.
  3. Organize the HF on block 7026400.

Instructions

You should be running parity version >= 2.3.1-beta. If you're still running an older version, please follow this guide first to upgrade: https://github.com/poanetwork/poa-devops/blob/master/docs/Update-parity-version.md

To complete the hardfork you should follow this instruction that will replace spec.json on your node: https://github.com/poanetwork/poa-devops/blob/master/docs/Spec-hardfork.md

  • on STEP 2 (create group_vars/all...) use the following parameters:
MAIN_REPO_FETCH: "poanetwork"
GENESIS_BRANCH: "sokol"
  • on STEP 3 (create/edit hosts file...) please double-check that you're using your SOKOL node's IP address

  • on STEP 6 (connect to the node...) after you've done all the checks, also verify HF block number:

grep -n -A2 7026400 spec.json

You should see:

45:    "eip1283DisableTransition": 7026400
46-  },
47-  "genesis": {
Clone this wiki locally