ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

What is the height of EIP658 hard fork on the main network and morden test network? #720

Closed qiluge closed 5 years ago

qiluge commented 5 years ago

The morden hard fork height is 0x4829ba, but main net hard fork height is? Reference https://github.com/paritytech/parity-ethereum/issues/10870#issuecomment-509970264

soc1c commented 5 years ago

Hi, it's block 8772000 - see https://github.com/eth-classic/go-ethereum/pull/77

You can check the release notes here: https://github.com/ethereumproject/go-ethereum/releases

soc1c commented 5 years ago

See also the Atlantis EIP with all block numbers

https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1054.md#abstract

qiluge commented 5 years ago

Thank you very much, and can you tell me what's chainId of etc mainnet?

qiluge commented 5 years ago

https://medium.com/@piyopiyo/list-of-ethereums-major-network-and-chain-ids-2bc58e928508, got it, thank you!