Skip to content

Commit 8754fec

Browse files
axicBelfordZ
authored andcommitted
Introduced Abandoned status in EIP-1 (ethereum#2051)
* Introduced Abandoned status in EIP-1 * Fix typo
1 parent 2a3058f commit 8754fec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

EIPS/eip-1.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: Meta
66
author: Martin Becze <mb@ethereum.org>, Hudson Jameson <hudson@ethereum.org>, and others
77
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1.md
88
created: 2015-10-27
9-
updated: 2015-12-07, 2016-02-01, 2018-03-21, 2018-05-29, 2018-10-17
9+
updated: 2015-12-07, 2016-02-01, 2018-03-21, 2018-05-29, 2018-10-17, 2019-05-19
1010
---
1111

1212
## What is an EIP?
@@ -74,6 +74,7 @@ Each status change is requested by the EIP author and reviewed by the EIP editor
7474
Other exceptional statuses include:
7575

7676
* **Deferred** -- This is for core EIPs that have been put off for a future hard fork.
77+
* **Abandoned** -- This EIP is no longer pursued by the original authors or it may not be a (technically) preferred option anymore.
7778
* **Rejected** -- An EIP that is fundamentally broken or a Core EIP that was rejected by the Core Devs and will not be implemented.
7879
* **Active** -- This is similar to Final, but denotes an EIP which may be updated without changing its EIP number.
7980
* **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
110111

111112
` * discussions-to:` \<a url pointing to the official discussion thread\>
112113

113-
` status:` <Draft | Last Call | Accepted | Final | Active | Deferred | Rejected | Superseded>
114+
` status:` <Draft | Last Call | Accepted | Final | Active | Abandoned | Deferred | Rejected | Superseded>
114115

115116
`* review-period-end:` <date review period ends>
116117

@@ -252,6 +253,8 @@ May 29, 2018: A last call process was added.
252253

253254
Oct 17, 2018: The `updated` header was introduced.
254255

256+
May 19, 2019: The **Abandoned** status was introduced.
257+
255258
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.
256259

257260
### Bibliography

_data/statuses.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
- Accepted
44
- Final
55
- Active
6+
- Abandoned
67
- Deferred
8+
- Rejected
79
- Superseded

0 commit comments

Comments
 (0)