From fa97086dde53b0c04ba4435cb278f961cdd76e1a Mon Sep 17 00:00:00 2001 From: Nick Savers Date: Fri, 17 Nov 2017 15:37:36 +0100 Subject: [PATCH 1/3] Move Meta Byzantium to Finalized --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 59a4ef29ab352d..a0badf00411d58 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,7 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP # Accepted EIPs (planned for adoption in the Byzantium Metropolis hard fork) | Number |Title | Author | Layer | Status | | ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------| -| [100](https://github.com/ethereum/EIPs/issues/100) | Change difficulty adjustment to target mean block time including uncles | Vitalik Buterin | Core | Accepted | -| [140](https://github.com/ethereum/EIPs/pull/206) | REVERT instruction in the Ethereum Virtual Machine | Beregszaszi, Mushegian| Core | Accepted | -| [196](https://github.com/ethereum/EIPs/pull/213) | Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128 | Reitwiessner | Core | Accepted | -| [197](https://github.com/ethereum/EIPs/pull/212) | Precompiled contracts for optimal Ate pairing check on the elliptic curve alt_bn128 | Buterin, Reitwiessner | Core | Accepted | -| [198](https://github.com/ethereum/EIPs/pull/198) | Precompiled contract for bigint modular exponentiation | Vitalik Buterin | Core | Accepted | -| [211](https://github.com/ethereum/EIPs/pull/211) | New opcodes: RETURNDATASIZE and RETURNDATACOPY | Christian Reitwiessner| Core | Accepted | -| [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Core | Accepted | | [649](https://github.com/ethereum/EIPs/pull/669) | Metropolis Difficulty Bomb Delay and Issuance Reduction | Schoedon, Buterin | Core | Accepted | -| [658](https://github.com/ethereum/EIPs/pull/658) | Embedding transaction return data in receipts | Nick Johnson | Core | Accepted | # Deferred EIPs (adoption postponed until the Constantinople Metropolis hard fork) | Number |Title | Author | Layer | Status | @@ -53,3 +45,4 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP | [607](EIPS/eip-607.md) | Hardfork Meta: Spurious Dragon | Alex Beregszaszi | Meta | Final | | [608](EIPS/eip-608.md) | Hardfork Meta: Tangerine Whistle | Alex Beregszaszi | Meta | Final | | [706](EIPS/eip-706.md) | DEVp2p snappy compression | Péter Szilágyi | Networking | Final | +| [609](EIPS/eip-609.md) | Hardfork Meta: Byzantium | Alex Beregszaszi | Meta | Final | From c18c0009c6db1560e80793aec0e7a7d850fec186 Mon Sep 17 00:00:00 2001 From: Nick Savers Date: Fri, 17 Nov 2017 17:19:05 +0100 Subject: [PATCH 2/3] Include Byzantium EIPs in README for consistency --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a0badf00411d58..b14a6330c043bd 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,11 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP | [607](EIPS/eip-607.md) | Hardfork Meta: Spurious Dragon | Alex Beregszaszi | Meta | Final | | [608](EIPS/eip-608.md) | Hardfork Meta: Tangerine Whistle | Alex Beregszaszi | Meta | Final | | [706](EIPS/eip-706.md) | DEVp2p snappy compression | Péter Szilágyi | Networking | Final | +| [100](https://github.com/ethereum/EIPs/issues/100) | Change difficulty adjustment to target mean block time including uncles | Vitalik Buterin | Core | Accepted | +| [140](https://github.com/ethereum/EIPs/pull/206) | REVERT instruction in the Ethereum Virtual Machine | Beregszaszi, Mushegian| Core | Accepted | +| [196](https://github.com/ethereum/EIPs/pull/213) | Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128 | Reitwiessner | Core | Accepted | +| [197](https://github.com/ethereum/EIPs/pull/212) | Precompiled contracts for optimal Ate pairing check on the elliptic curve alt_bn128 | Buterin, Reitwiessner | Core | Accepted | +| [198](https://github.com/ethereum/EIPs/pull/198) | Precompiled contract for bigint modular exponentiation | Vitalik Buterin | Core | Accepted | +| [211](https://github.com/ethereum/EIPs/pull/211) | New opcodes: RETURNDATASIZE and RETURNDATACOPY | Christian Reitwiessner| Core | Accepted | +| [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Core | Accepted | | [609](EIPS/eip-609.md) | Hardfork Meta: Byzantium | Alex Beregszaszi | Meta | Final | From 8db4ee1407ef216805545ca32e63bbb9e85f3bdd Mon Sep 17 00:00:00 2001 From: Nick Savers Date: Fri, 17 Nov 2017 17:25:08 +0100 Subject: [PATCH 3/3] Move EIP-658 into README Finalized --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b14a6330c043bd..66ae58435d59c0 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,6 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP * **Final** - an EIP that has been adopted in a previous hard fork (for Core/Consensus layer EIPs). * **Deferred** - an EIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork. -# Accepted EIPs (planned for adoption in the Byzantium Metropolis hard fork) -| Number |Title | Author | Layer | Status | -| ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------| -| [649](https://github.com/ethereum/EIPs/pull/669) | Metropolis Difficulty Bomb Delay and Issuance Reduction | Schoedon, Buterin | Core | Accepted | - # Deferred EIPs (adoption postponed until the Constantinople Metropolis hard fork) | Number |Title | Author | Layer | Status | | ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------| @@ -52,4 +47,5 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP | [198](https://github.com/ethereum/EIPs/pull/198) | Precompiled contract for bigint modular exponentiation | Vitalik Buterin | Core | Accepted | | [211](https://github.com/ethereum/EIPs/pull/211) | New opcodes: RETURNDATASIZE and RETURNDATACOPY | Christian Reitwiessner| Core | Accepted | | [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Core | Accepted | +| [658](https://github.com/ethereum/EIPs/pull/658) | Embedding transaction return data in receipts | Nick Johnson | Core | Accepted | | [609](EIPS/eip-609.md) | Hardfork Meta: Byzantium | Alex Beregszaszi | Meta | Final |