Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Add Kovan hardfork blocks #57

Closed
holgerd77 opened this issue Jun 22, 2019 · 2 comments · Fixed by #70
Closed

Add Kovan hardfork blocks #57

holgerd77 opened this issue Jun 22, 2019 · 2 comments · Fixed by #70

Comments

@holgerd77
Copy link
Member

When I set up this library I left out the Kovan hardfork blocks - see here - simply because I didn't find them online on first sight.

These should be added, shouldn't be such a thing, eventually grabbable by some Parity Ethereum code search or something.

@N7Ren
Copy link

N7Ren commented Jun 23, 2019

This is what I found by searching through the release notes of parity:

St. Petersburg:
Block nr: 10255201

Constantinople
Block nr: 9200000

Byzantium
Block nr: 5067000

@N7Ren
Copy link

N7Ren commented Jun 23, 2019

Also this info can be found in https://github.com/paritytech/parity-ethereum/blob/master/ethcore/res/ethereum/kovan.json (I converted the hex values):

"params": {
  "networkID": "42",
  "forkBlock": "9922268",
  "eip155Transition": "1000000",
  "eip98Transition": "0x0",
  "eip140Transition": "5067000",
  "eip211Transition": "5067000",
  "eip214Transition": "5067000",
  "eip658Transition": "5067000",
  "wasmActivationTransition": "6600000",
  "eip145Transition": "9200000",
  "eip1014Transition": "9200000",
  "eip1052Transition": "9200000",
  "eip1283Transition": "9200000",
  "eip1283DisableTransition": "10255201",
  "kip4Transition": "9200000",
  "kip6Transition": "9200000"
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants