Skip to content

Commit

Permalink
Remove Deferred from the status list (ethereum#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored and nicksavers committed Jul 17, 2019
1 parent c9010a4 commit b241c17
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ 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.
Expand Down Expand Up @@ -131,7 +130,7 @@ Each EIP must begin with an [RFC 822](https://www.ietf.org/rfc/rfc822.txt) style

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

` status:` <Draft | Last Call | Accepted | Final | Active | Abandoned | Deferred | Rejected | Superseded>
` status:` <Draft | Last Call | Accepted | Final | Active | Abandoned | Rejected | Superseded>

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

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-1015.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ eip: 1015
title: Configurable On Chain Issuance
author: Alex Van de Sande <[email protected]>
discussions-to: https://ethereum-magicians.org/t/eip-dynamic-block-rewards-with-governance-contract/204
status: Deferred
status: Draft
type: Standards Track
category: Core
created: 2018-04-20
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: 3
title: Addition of CALLDEPTH opcode
author: Martin Holst Swende <[email protected]>
status: Deferred
status: Draft
type: Standards Track
category: Core
created: 2015-11-19
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-616.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: SIMD Operations for the EVM
author: Greg Colvin <[email protected]>
type: Standards Track
category: Core
status: Deferred
status: Draft
created: 2017-04-25
---

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ When you believe your EIP is mature and ready to progress past the draft phase,
* **Accepted** - a core EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author. The process for Core Devs to decide whether to encode an EIP into their clients as part of a hard fork is not part of the EIP process. If such a decision is made, the EIP will move to final.
* **Final (non-Core)** - an EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author.
* **Final (Core)** - an EIP that the Core Devs have decided to implement and release in a future hard fork or has already been released in a hard fork.
* **Deferred** - an EIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.

# Preferred Citation Format

Expand Down
1 change: 0 additions & 1 deletion _data/statuses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
- Final
- Active
- Abandoned
- Deferred
- Rejected
- Superseded
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ <h2>EIP status terms</h2>
<li><strong>Accepted</strong> - a core EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author. The process for Core Devs to decide whether to encode an EIP into their clients as part of a hard fork is not part of the EIP process. If such a decision is made, the EIP will move to final. </li>
<li><strong>Final (non-Core)</strong> - an EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author.</li>
<li><strong>Final (Core)</strong> - an EIP that the Core Devs have decided to implement and release in a future hard fork or has already been released in a hard fork.</li>
<li><strong>Deferred</strong> an EIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.</li>
</ul>

<h2>EIP Types</h2>
Expand Down

0 comments on commit b241c17

Please sign in to comment.