Skip to main content

#2508800 - 2019-03-06

Archived page

Check the latest hard fork and update your node

Info

  • Network: xDai (now Gnosis)
  • Date: 2019-03-06
  • Block number: 2508800

Description

This update disables Constantinople EIP-1283 at block 2508800 in xDai network.

Solution

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

Verify

grep -n -A2 2508800 spec.json

You should see:

38:    "eip1283DisableTransition": 2508800,
39- "registrar": "0x1ec97dc137f5168af053c24460a1200502e1a9d2"
40- },