You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,6 +74,7 @@ Each status change is requested by the EIP author and reviewed by the EIP editor
74
74
Other exceptional statuses include:
75
75
76
76
***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.
77
78
***Rejected** -- An EIP that is fundamentally broken or a Core EIP that was rejected by the Core Devs and will not be implemented.
78
79
***Active** -- This is similar to Final, but denotes an EIP which may be updated without changing its EIP number.
79
80
***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
110
111
111
112
` * discussions-to:`\<a url pointing to the official discussion thread\>
112
113
113
-
` status:` <Draft | Last Call | Accepted | Final | Active | Deferred | Rejected | Superseded>
114
+
` status:` <Draft | Last Call | Accepted | Final | Active | Abandoned | Deferred | Rejected | Superseded>
114
115
115
116
`* review-period-end:` <datereviewperiodends>
116
117
@@ -252,6 +253,8 @@ May 29, 2018: A last call process was added.
252
253
253
254
Oct 17, 2018: The `updated` header was introduced.
254
255
256
+
May 19, 2019: The **Abandoned** status was introduced.
257
+
255
258
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.
0 commit comments