Hudson Jameson 2017-04-12 03:12:17 -05:00 committed by GitHub
parent e2f23b3ec7
commit ac31020fcb
1 changed files with 6 additions and 9 deletions

View File

@ -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 |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------- | -------------------- | ----------| ------------| ----------|