Added Note to EIP 5

This commit is contained in:
Hudson Jameson 2017-03-20 18:04:02 -05:00 committed by GitHub
parent 6e57adb782
commit 2485b86e86
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
# EIPs under consideration
| Number |Title | Author | Type | Layer | Status |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------- | -------------------- | ----------| ------------| ----------|
| [5](EIPS/eip-5.md) | Gas Usage for `RETURN` and `CALL*` | Christian Reitwiessner| Standard | Core | Draft |
| [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 |