From f8618dd02a0165521bb7e62d08aa6d1863923f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zdyba=C5=82?= Date: Fri, 16 Feb 2018 10:09:49 +0100 Subject: [PATCH] ECIP 1041 - Remove Difficulty Bomb (#7905) Enable difficulty bomb defusion at block: - 5900000 on Ethereum Classic mainnet, - 2300000 on morden testnet. Reference: https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1041.md --- ethcore/res/ethereum/classic.json | 3 ++- ethcore/res/ethereum/morden.json | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ethcore/res/ethereum/classic.json b/ethcore/res/ethereum/classic.json index 5f6e3af83..a4c6fe9f2 100644 --- a/ethcore/res/ethereum/classic.json +++ b/ethcore/res/ethereum/classic.json @@ -15,7 +15,8 @@ "ecip1010ContinueTransition": 5000000, "ecip1017EraRounds": 5000000, "eip161abcTransition": "0x7fffffffffffffff", - "eip161dTransition": "0x7fffffffffffffff" + "eip161dTransition": "0x7fffffffffffffff", + "bombDefuseTransition": 5900000 } } }, diff --git a/ethcore/res/ethereum/morden.json b/ethcore/res/ethereum/morden.json index f84818d63..04c5a1244 100644 --- a/ethcore/res/ethereum/morden.json +++ b/ethcore/res/ethereum/morden.json @@ -14,9 +14,9 @@ "ecip1010PauseTransition": 1915000, "ecip1010ContinueTransition": 3415000, "ecip1017EraRounds": 2000000, - "eip161abcTransition": "0x7fffffffffffffff", - "eip161dTransition": "0x7fffffffffffffff" + "eip161dTransition": "0x7fffffffffffffff", + "bombDefuseTransition": 2300000 } } }, @@ -31,7 +31,6 @@ "forkBlock": "0x1b34d8", "forkCanonHash": "0xf376243aeff1f256d970714c3de9fd78fa4e63cf63e32a51fe1169e375d98145", "eip155Transition": 1915000, - "eip98Transition": "0x7fffffffffffff", "eip86Transition": "0x7fffffffffffff" },