From 1f103ab7f1493339d0562f18ae10f46b00ac7e5d Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Thu, 18 Oct 2018 15:54:42 +0200 Subject: [PATCH] ethcore: bump ropsten forkblock checkpoint (#9775) --- ethcore/res/ethereum/ropsten.json | 4 ++-- util/version/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ethcore/res/ethereum/ropsten.json b/ethcore/res/ethereum/ropsten.json index 6e8d9a76e..264e6ee97 100644 --- a/ethcore/res/ethereum/ropsten.json +++ b/ethcore/res/ethereum/ropsten.json @@ -28,8 +28,8 @@ "maximumExtraDataSize": "0x20", "minGasLimit": "0x1388", "networkID" : "0x3", - "forkBlock": 3383558, - "forkCanonHash": "0x6b4b80d65951375a70bc1ecf9a270d152dd355454d57869abbae2e42c213e0f3", + "forkBlock": "0x40E80F", + "forkCanonHash": "0x3e12d5c0f8d63fbc5831cc7f7273bd824fa4d0a9a4102d65d99a7ea5604abc00", "maxCodeSize": 24576, "maxCodeSizeTransition": 10, "eip150Transition": 0, diff --git a/util/version/Cargo.toml b/util/version/Cargo.toml index d5f75df63..b0839cfe6 100644 --- a/util/version/Cargo.toml +++ b/util/version/Cargo.toml @@ -17,7 +17,7 @@ track = "nightly" # Indicates a critical release in this track (i.e. consensus issue). [package.metadata.networks] foundation = { forkBlock = 4370000, critical = false } -ropsten = { forkBlock = 10, critical = false } +ropsten = { forkBlock = 4230000, critical = false } kovan = { forkBlock = 6600000, critical = false } [dependencies]