diff --git a/appdx-standards-eip-erc.asciidoc b/appdx-standards-eip-erc.asciidoc index 9bd1fb6d3..db743a8d5 100644 --- a/appdx-standards-eip-erc.asciidoc +++ b/appdx-standards-eip-erc.asciidoc @@ -57,11 +57,11 @@ image::images/eip_workflow.png["Ethereum Improvement Proposal Workflow"] | Christian Reitwiessner | Core | Final | Metropolis Byzantinium | https://github.com/ethereum/EIPs/pull/212[EIP-197] | Precompiled contracts for optimal ate pairing check on the elliptic curve +alt_bn128+. Combined with EIP-196. | Vitalik Buterin, Christian Reitwiessner | Core | Final | Metropolis Byzantinium -| https://github.com/ethereum/EIPs/pull/198[EIP-198] | Big integer modular exponentiation. Precompile enabling RSA signature verification and other cryptographic applications +| https://github.com/ethereum/EIPs/pull/198[EIP-198] | Big integer modular exponentiation. Precompile enabling RSA signature verification and other cryptographic applications. | Vitalik Buterin | Core | Final | Metropolis Byzantinium | https://github.com/ethereum/EIPs/pull/211[EIP-211] | New opcodes: `RETURNDATASIZE` and `RETURNDATACOPY`. Adds support for returning variable-length values inside the EVM with simple gas charging and minimal change to calling opcodes using new opcodes `RETURNDATASIZE` and `RETURNDATACOPY`. Handles similar to existing `calldata`, whereby after a call, return data is kept inside a virtual buffer from which the caller can copy it (or parts thereof) into memory, and upon the next call, the buffer is overwritten. | Christian Reitwiessner | Core | Final | Metropolis Byzantinium -| https://github.com/ethereum/EIPs/pull/214[EIP-214] | New opcode: `STATICCALL`. Permits non-state-changing calls to itself or other contracts whilst disallowing any modifications to state during the call (and its subcalls, if present) to increase smart contract security and assure developers that re-entrancy bugs cannot arise from the call. Calls the child with `STATIC` flag set to `true` for execution of child, causing exception to be thrown upon any attempts to make state-changing operations inside an execution instance where `STATIC` is `true`, and resets flag once call returns. | Vitalik Buterin, Christian Reitwiessner | Core | Final | Metropolis Byzantinium +| https://github.com/ethereum/EIPs/pull/214[EIP-214] | New opcode: `STATICCALL`. Permits non-state-changing calls to itself or other contracts while disallowing any modifications to state during the call (and its subcalls, if present) to increase smart contract security and assure developers that re-entrancy bugs cannot arise from the call. Calls the child with `STATIC` flag set to `true` for execution of child, causing exception to be thrown upon any attempts to make state-changing operations inside an execution instance where `STATIC` is `true`, and resets flag once call returns. | Vitalik Buterin, Christian Reitwiessner | Core | Final | Metropolis Byzantinium | https://github.com/ethereum/EIPs/issues/225[EIP-225] | Rinkeby testnet using proof of authority where blocks are only mined by trusted signers. | Péter Szilágyi | | | Homestead | https://github.com/ethereum/EIPs/blob/master/EIPS/eip-234.md[EIP-234] | Add `blockHash` to JSON-RPC filter options | Micah Zoltu | Interface | Draft |