mirror of https://github.com/status-im/EIPs.git
move EIP 86 to deferred table
This commit is contained in:
parent
ff9e91312d
commit
cd33bd6ebd
|
@ -19,7 +19,6 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
|
||||||
# Accepted EIPs (planned for adoption)
|
# Accepted EIPs (planned for adoption)
|
||||||
| Number |Title | Author | Layer | Status |
|
| Number |Title | Author | Layer | Status |
|
||||||
| ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------|
|
| ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------|
|
||||||
| [86](https://github.com/ethereum/EIPs/pull/208) | Abstraction of transaction origin and signature | Vitalik Buterin | Core | Accepted |
|
|
||||||
| [96](https://github.com/ethereum/EIPs/pull/210) | Blockhash refactoring | Vitalik Buterin | Core | Accepted |
|
| [96](https://github.com/ethereum/EIPs/pull/210) | Blockhash refactoring | Vitalik Buterin | Core | Accepted |
|
||||||
| [98](https://github.com/ethereum/EIPs/pull/98) | Removal of intermediate state roots from receipts | Vitalik Buterin | Core | Accepted |
|
| [98](https://github.com/ethereum/EIPs/pull/98) | Removal of intermediate state roots from receipts | Vitalik Buterin | Core | Accepted |
|
||||||
| [100](https://github.com/ethereum/EIPs/issues/100) | Change difficulty adjustment to target mean block time including uncles | Vitalik Buterin | Core | Accepted |
|
| [100](https://github.com/ethereum/EIPs/issues/100) | Change difficulty adjustment to target mean block time including uncles | Vitalik Buterin | Core | Accepted |
|
||||||
|
@ -31,6 +30,10 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
|
||||||
| [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Core | Accepted |
|
| [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Core | Accepted |
|
||||||
| [658](https://github.com/ethereum/EIPs/pull/658) | Embedding transaction return data in receipts | Nick Johnson | Core | Accepted |
|
| [658](https://github.com/ethereum/EIPs/pull/658) | Embedding transaction return data in receipts | Nick Johnson | Core | Accepted |
|
||||||
|
|
||||||
|
# Deferred EIPs (adoption postponed)
|
||||||
|
| Number |Title | Author | Layer | Status |
|
||||||
|
| ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ------------| ----------|
|
||||||
|
| [86](https://github.com/ethereum/EIPs/pull/208) | Abstraction of transaction origin and signature | Vitalik Buterin | Core | Deferred |
|
||||||
|
|
||||||
# Finalized EIPs (standards that have been adopted)
|
# Finalized EIPs (standards that have been adopted)
|
||||||
| Number |Title | Author | Layer | Status |
|
| Number |Title | Author | Layer | Status |
|
||||||
|
|
Loading…
Reference in New Issue