mirror of https://github.com/status-im/EIPs.git
Edited Accepted EIPs
See https://github.com/ethereum/pm/blob/master/All%20Core%20Devs%20Meetings/Meeting%2013.md#1-resolution-for-staticcall-purecall-revert-opcode--dynamic-return-discussion-core-devs
This commit is contained in:
parent
e2f23b3ec7
commit
ac31020fcb
15
README.md
15
README.md
|
@ -11,15 +11,6 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
|
|||
* **Deferred** - an EIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.
|
||||
|
||||
|
||||
|
||||
# EIPs under consideration
|
||||
| Number |Title | Author | Type | Layer | Status |
|
||||
| ------------------------------------------------------ | ----------------------------------------------------------------------------------- | -------------------- | ----------| ------------| ----------|
|
||||
| [5](EIPS/eip-5.md) | Gas Usage for `RETURN` and `CALL*` [Note: Unneccessary if 211 is accepted] | Christian Reitwiessner| Standard | Core | Draft |
|
||||
| [211](https://github.com/ethereum/EIPs/pull/211) | New opcodes: RETURNDATASIZE and RETURNDATACOPY | Christian Reitwiessner| Standard | Core | Draft |
|
||||
| [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Standard | Core | Draft |
|
||||
|
||||
|
||||
# Accepted EIPs (planned for adoption)
|
||||
| Number |Title | Author | Type | Layer | Status |
|
||||
| ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------- | ----------| ------------| ----------|
|
||||
|
@ -31,6 +22,8 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
|
|||
| [196](https://github.com/ethereum/EIPs/pull/213) | Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128 | Reitwiessner | Standard | Core | Accepted |
|
||||
| [197](https://github.com/ethereum/EIPs/pull/212) | Precompiled contracts for optimal Ate pairing check on the elliptic curve alt_bn128 | Buterin, Reitwiessner | Standard | Core | Accepted |
|
||||
| [198](https://github.com/ethereum/EIPs/pull/198) | Precompiled contract for bigint modular exponentiation | Vitalik Buterin | Standard | Core | Accepted |
|
||||
| [211](https://github.com/ethereum/EIPs/pull/211) | New opcodes: RETURNDATASIZE and RETURNDATACOPY | Christian Reitwiessner| Standard | Core | Draft |
|
||||
| [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Standard | Core | Draft |
|
||||
|
||||
|
||||
# Finalized EIPs (standards that have been adopted)
|
||||
|
@ -45,3 +38,7 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
|
|||
| [160](https://github.com/ethereum/EIPs/issues/160) | EXP cost increase | Vitalik Buterin | Standard | Core | Final |
|
||||
| [161](https://github.com/ethereum/EIPs/issues/161) | State trie clearing (invariant-preserving alternative) | Gavin Wood | Standard | Core | Final |
|
||||
| [170](https://github.com/ethereum/EIPs/issues/170) | Contract code size limit | Vitalik Buterin | Standard | Core | Final |
|
||||
|
||||
# EIPs under consideration
|
||||
| Number |Title | Author | Type | Layer | Status |
|
||||
| ------------------------------------------------------ | ----------------------------------------------------------------------------------- | -------------------- | ----------| ------------| ----------|
|
||||
|
|
Loading…
Reference in New Issue