Skip to content

Commit

Permalink
Edited appdx-standards-eip-erc.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenORM committed Oct 25, 2018
1 parent 2e06c8d commit 8bae22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appdx-standards-eip-erc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 8bae22b

Please sign in to comment.