From 935a4ddfaa995e63af8ddf88028baaa141b53403 Mon Sep 17 00:00:00 2001 From: cdetrio Date: Mon, 14 Aug 2017 17:15:43 -0400 Subject: [PATCH] add EIP 649 (difficulty bomb and issuance reduction) to accepted table --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d16f0a1d..f8ced9dc 100644 --- a/README.md +++ b/README.md @@ -10,12 +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. -# EIPs under consideration -| Number |Title | Author | Layer | Status | -| ------------------------------------------------------ | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------| -| [186](https://github.com/ethereum/EIPs/issues/186) | Reduce ETH issuance before proof-of-stake | Matthew Light | Core | Draft | - - # Accepted EIPs (planned for adoption) | Number |Title | Author | Layer | Status | | ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------| @@ -26,6 +20,7 @@ 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 | +| [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)