From abd376af56152bd09d5c68f83a4bdc08d987de43 Mon Sep 17 00:00:00 2001 From: James Hancock Date: Fri, 29 Nov 2019 06:55:08 -0800 Subject: [PATCH 01/11] Updated Name and Block Number --- EIPS/eip-2387.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index 410c6e45d1b770..a66d743e287508 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -1,17 +1,17 @@ --- eip: 2387 -title: "Hardfork Meta: Mountain Glacier" +title: "Hardfork Meta: Muir Glacier" author: James Hancock (@madeoftin) discussions-to: https://ethereum-magicians.org/t/hard-fork-to-address-the-ice-age-eip-2387 type: Meta -status: Draft +status: Last Call created: 2019-11-22 requires: 1679, 2384 --- ## Abstract -This meta-EIP specifies the changes included in the Ethereum hard fork named Mountain Glacier. This hard fork addresses the impending Ice Age on Ethereum Mainnet and includes a commitment to solving the problems with the ice age more permanently. +This meta-EIP specifies the changes included in the Ethereum hard fork named Muir Glacier. This hard fork addresses the impending Ice Age on Ethereum Mainnet and includes a commitment to solving the problems with the ice age more permanently. ## Motivation @@ -26,11 +26,11 @@ This fork will push back the Iceage as far as far as is reasonable and will give ## Specification -- Codename: Mountain Glacier +- Codename: Muir Glacier ### Activation - `Block >= 9,200,000` on the Ethereum mainnet - - `Block >= tbd` on the Ropsten testnet + - `Block >= 7,171,717` on the Ropsten testnet - `Block >= tbd` on the Kovan testnet - `Block >= tbd` on the Rinkeby testnet - `Block >= tbd` on the Görli testnet From 8286da5fa9dda38297b12cc830561241e21cdf84 Mon Sep 17 00:00:00 2001 From: James Hancock Date: Fri, 29 Nov 2019 07:05:33 -0800 Subject: [PATCH 02/11] Updated Ropsten Fork Number --- EIPS/eip-2387.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index a66d743e287508..dd666c49a135b5 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -30,7 +30,7 @@ This fork will push back the Iceage as far as far as is reasonable and will give ### Activation - `Block >= 9,200,000` on the Ethereum mainnet - - `Block >= 7,171,717` on the Ropsten testnet + - `Block >= 7,117,117` on the Ropsten testnet - `Block >= tbd` on the Kovan testnet - `Block >= tbd` on the Rinkeby testnet - `Block >= tbd` on the Görli testnet From 5c0038253fd993910a7df09bc4fe014333420bb3 Mon Sep 17 00:00:00 2001 From: James Hancock Date: Fri, 29 Nov 2019 13:30:50 -0800 Subject: [PATCH 03/11] Updated POA Testnets --- EIPS/eip-2387.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index dd666c49a135b5..031fefc0f7be71 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -31,9 +31,9 @@ This fork will push back the Iceage as far as far as is reasonable and will give ### Activation - `Block >= 9,200,000` on the Ethereum mainnet - `Block >= 7,117,117` on the Ropsten testnet - - `Block >= tbd` on the Kovan testnet - - `Block >= tbd` on the Rinkeby testnet - - `Block >= tbd` on the Görli testnet + - `Block >= N/A` on the Kovan testnet + - `Block >= N/A` on the Rinkeby testnet + - `Block >= N/A` on the Görli testnet ### Included EIPs - [EIP-2384](https://eips.ethereum.org/EIPS/eip-2384): Istanbul/Berlin Difficulty Bomb Delay @@ -62,6 +62,10 @@ The existing implementation of the ice age, while it does work in practice, is u This fork would give us time to address the community to understand their priorities better as far as the intentions of the Ice Age, and give time for proposals for better mechanisms to achieve those goals. +## POA Testnets + +Testnets that use Proof-of-Authority do not have a difficulty adjusting algorithm, nor an Ice Age mechanism. Because this fork explicitly deals only with the Ice Age, it does not need to be rolled out on the POA Testnets. + ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). From 5e27cf0f05a378af773eea0480d0db8ac983de17 Mon Sep 17 00:00:00 2001 From: James Hancock Date: Sat, 30 Nov 2019 13:27:42 -0800 Subject: [PATCH 04/11] Muir Glacier: Updated lastcall review date and POA Language. --- EIPS/eip-2387.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index 031fefc0f7be71..9c207d52c256f1 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -4,7 +4,7 @@ title: "Hardfork Meta: Muir Glacier" author: James Hancock (@madeoftin) discussions-to: https://ethereum-magicians.org/t/hard-fork-to-address-the-ice-age-eip-2387 type: Meta -status: Last Call +status: Last Call review-period-ends: 12-12-2019 created: 2019-11-22 requires: 1679, 2384 --- @@ -62,9 +62,9 @@ The existing implementation of the ice age, while it does work in practice, is u This fork would give us time to address the community to understand their priorities better as far as the intentions of the Ice Age, and give time for proposals for better mechanisms to achieve those goals. -## POA Testnets +## POA Testnets N/A -Testnets that use Proof-of-Authority do not have a difficulty adjusting algorithm, nor an Ice Age mechanism. Because this fork explicitly deals only with the Ice Age, it does not need to be rolled out on the POA Testnets. +Muir glacier never activates on PoA chains -- thus will have zero impact on forkid. ## Copyright From adbd3062c4eca081bd69c518b426761eb32b8e13 Mon Sep 17 00:00:00 2001 From: James Hancock Date: Sat, 30 Nov 2019 13:28:53 -0800 Subject: [PATCH 05/11] Difficult Bomb Delay: Added Last Call Review Date --- EIPS/eip-2384.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2384.md b/EIPS/eip-2384.md index 8461b5cee0659a..436887229c812f 100644 --- a/EIPS/eip-2384.md +++ b/EIPS/eip-2384.md @@ -3,7 +3,7 @@ eip: 2384 title: Istanbul/Berlin Difficulty Bomb Delay author: Eric Conner (@econoar) discussions-to: https://ethereum-magicians.org/t/eip-2384-difficulty-bomb-delay -type: Standards Track +type: Standards Track review-period-ends: 12-12-2019 category: Core status: Draft created: 2019-11-20 From 101f06970e6d7a55e6a104aad025867da3357afa Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 1 Dec 2019 19:16:50 +0100 Subject: [PATCH 06/11] Fix last call formatting --- EIPS/eip-2384.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-2384.md b/EIPS/eip-2384.md index 436887229c812f..5171db4d161753 100644 --- a/EIPS/eip-2384.md +++ b/EIPS/eip-2384.md @@ -3,9 +3,10 @@ eip: 2384 title: Istanbul/Berlin Difficulty Bomb Delay author: Eric Conner (@econoar) discussions-to: https://ethereum-magicians.org/t/eip-2384-difficulty-bomb-delay -type: Standards Track review-period-ends: 12-12-2019 +type: Standards Track category: Core -status: Draft +status: Last Call +review-period-ends: 12-12-2019 created: 2019-11-20 --- From 11ceb1ebf61ce0c20a09073550bed27696e7ea3d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 1 Dec 2019 19:17:08 +0100 Subject: [PATCH 07/11] Fix last call formatting --- EIPS/eip-2387.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index 9c207d52c256f1..71ae19bd708802 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -4,7 +4,8 @@ title: "Hardfork Meta: Muir Glacier" author: James Hancock (@madeoftin) discussions-to: https://ethereum-magicians.org/t/hard-fork-to-address-the-ice-age-eip-2387 type: Meta -status: Last Call review-period-ends: 12-12-2019 +status: Last Call +review-period-ends: 12-12-2019 created: 2019-11-22 requires: 1679, 2384 --- From c61eb571f993778ed36ce7d7afea030fbcc18c35 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 1 Dec 2019 19:18:36 +0100 Subject: [PATCH 08/11] Clarify POA stuff --- EIPS/eip-2387.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index 71ae19bd708802..ce6680fa775c9d 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -63,9 +63,9 @@ The existing implementation of the ice age, while it does work in practice, is u This fork would give us time to address the community to understand their priorities better as far as the intentions of the Ice Age, and give time for proposals for better mechanisms to achieve those goals. -## POA Testnets N/A +### POA Testnets -Muir glacier never activates on PoA chains -- thus will have zero impact on forkid. +Muir glacier never activates on PoA chains – thus will have zero impact on [forkid](https://eips.ethereum.org/EIPS/eip-2124). ## Copyright From 4b64d6fa6896763976fa03e6a695876be41c017b Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 1 Dec 2019 19:19:09 +0100 Subject: [PATCH 09/11] Update eip-2384.md --- EIPS/eip-2384.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2384.md b/EIPS/eip-2384.md index 5171db4d161753..1db282144f9da1 100644 --- a/EIPS/eip-2384.md +++ b/EIPS/eip-2384.md @@ -6,7 +6,7 @@ discussions-to: https://ethereum-magicians.org/t/eip-2384-difficulty-bomb-delay type: Standards Track category: Core status: Last Call -review-period-ends: 12-12-2019 +review-period-ends: 2019-12-12 created: 2019-11-20 --- From 25bdb96fd22379763e8bc26017db4796d36a82b6 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 1 Dec 2019 19:19:25 +0100 Subject: [PATCH 10/11] Update eip-2387.md --- EIPS/eip-2387.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index ce6680fa775c9d..af234d8e1c5c8f 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -5,7 +5,7 @@ author: James Hancock (@madeoftin) discussions-to: https://ethereum-magicians.org/t/hard-fork-to-address-the-ice-age-eip-2387 type: Meta status: Last Call -review-period-ends: 12-12-2019 +review-period-ends: 2019-12-12 created: 2019-11-22 requires: 1679, 2384 --- From fa270e6cdfcaa1d33965296133d37430f5e042de Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 1 Dec 2019 19:20:08 +0100 Subject: [PATCH 11/11] Update eip-2387.md --- EIPS/eip-2387.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2387.md b/EIPS/eip-2387.md index af234d8e1c5c8f..fc888a70aa7acd 100644 --- a/EIPS/eip-2387.md +++ b/EIPS/eip-2387.md @@ -65,7 +65,7 @@ This fork would give us time to address the community to understand their priori ### POA Testnets -Muir glacier never activates on PoA chains – thus will have zero impact on [forkid](https://eips.ethereum.org/EIPS/eip-2124). +Muir Glacier never activates on PoA chains – thus will have zero impact on [forkid](https://eips.ethereum.org/EIPS/eip-2124). ## Copyright