diff --git a/EIPS/eip-1.md b/EIPS/eip-1.md index 2570b39a68248..29fa8dd818b90 100644 --- a/EIPS/eip-1.md +++ b/EIPS/eip-1.md @@ -6,7 +6,7 @@ type: Meta author: Martin Becze , Hudson Jameson , and others https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1.md created: 2015-10-27 -updated: 2015-12-07, 2016-02-01, 2018-03-21, 2018-05-29, 2018-10-17 +updated: 2015-12-07, 2016-02-01, 2018-03-21, 2018-05-29, 2018-10-17, 2019-05-19 --- ## What is an EIP? @@ -74,6 +74,7 @@ Each status change is requested by the EIP author and reviewed by the EIP editor Other exceptional statuses include: * **Deferred** -- This is for core EIPs that have been put off for a future hard fork. +* **Abandoned** -- This EIP is no longer pursued by the original authors or it may not be a (technically) preferred option anymore. * **Rejected** -- An EIP that is fundamentally broken or a Core EIP that was rejected by the Core Devs and will not be implemented. * **Active** -- This is similar to Final, but denotes an EIP which may be updated without changing its EIP number. * **Superseded** -- An EIP which was previously final but is no longer considered state-of-the-art. Another EIP will be in Final status and reference the Superseded EIP. @@ -110,7 +111,7 @@ Each EIP must begin with an [RFC 822](https://www.ietf.org/rfc/rfc822.txt) style ` * discussions-to:` \ -` status:` +` status:` `* review-period-end:` @@ -252,6 +253,8 @@ May 29, 2018: A last call process was added. Oct 17, 2018: The `updated` header was introduced. +May 19, 2019: The **Abandoned** status was introduced. + See [the revision history for further details](https://github.com/ethereum/EIPs/commits/master/EIPS/eip-1.md), which is also available by clicking on the History button in the top right of the EIP. ### Bibliography diff --git a/_data/statuses.yaml b/_data/statuses.yaml index 469095233884d..c6644865db1f6 100644 --- a/_data/statuses.yaml +++ b/_data/statuses.yaml @@ -3,5 +3,7 @@ - Accepted - Final - Active +- Abandoned - Deferred +- Rejected - Superseded