Add finalized but active table

EIP-1 is in the wrong table and no table exists for EIPs that are both Finalized
and Active. Quoting the EIP:

> Some Informational and Process EIPs may also have a status of “Active” if they are never meant to be completed. E.g. EIP 1 (this EIP).

This can lead to confusion just like it happened
[here](https://github.com/ethereum/EIPs/pull/867#issuecomment-364483227).

To avoid that I am moving the EIP in the Readme to its own special table.
This commit is contained in:
Lefteris Karapetsas 2018-02-09 17:51:39 +01:00
parent e451b05852
commit 7cbc47edce
No known key found for this signature in database
GPG Key ID: AC4257C95510463E

View File

@ -34,7 +34,6 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
# Finalized EIPs (standards that have been adopted)
| Number | Title | Author | Layer | Status |
| -------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------| ---------- | -------- |
| [1](EIPS/eip-1.md) | EIP Purpose and Guidelines | Martin Becze, Hudson Jameson | Meta | Final |
| [2](EIPS/eip-2.md) | Homestead Hard-fork Changes | Vitalik Buterin | Core | Final |
| [6](EIPS/eip-6.md) | Renaming Suicide Opcode | Hudson Jameson | Interface | Final |
| [7](EIPS/eip-7.md) | DELEGATECALL | Vitalik Buterin | Core | Final |
@ -62,6 +61,12 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
| [658](https://github.com/ethereum/EIPs/pull/658) | Embedding transaction status code in receipts | Nick Johnson | Core | Final |
| [706](EIPS/eip-706.md) | DEVp2p snappy compression | Péter Szilágyi | Networking | Final |
# Active EIPs (standards that have been adopted but never meant to be completed)
| Number | Title | Author | Layer | Status |
| -------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------| ---------- | -------- |
| [1](EIPS/eip-1.md) | EIP Purpose and Guidelines | Martin Becze, Hudson Jameson | Meta | Active |
# Past Hard Forks
| Codename | Aliases | Block number | Date (UTC) |
|-------------------------------------- |---------------------------- |----------------|------------|