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 30, 2018
1 parent 8435737 commit eafe256
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appdx-standards-eip-erc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ image::images/eip_workflow.png["Ethereum Improvement Proposal Workflow"]
| http://bit.ly/2P0wPz5[EIP-190] | Ethereum Smart Contract Packaging Standard | Piper Merriam et al. | ERC | Final |
| http://bit.ly/2SwNQiz[EIP-196] | Precompiled contracts for addition and scalar multiplication on the elliptic curve +alt_bn128+. Required in order to perform zkSNARK verification within the block gas limit.
| Christian Reitwiessner | Core | Final | Metropolis Byzantinium
| https://eips.ethereum.org/EIPS/eip-197[EIP-197] | Precompiled contracts for optimal ate pairing check on the elliptic curve +alt_bn128+. Combined with EIP-196.
| http://bit.ly/2ETDC9a[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.
| http://bit.ly/2DdTCRN[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.
| http://bit.ly/2qjYJr3[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 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 |
| http://bit.ly/2OgV0Eb[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
| http://bit.ly/2JssHlJ[EIP-225] | Rinkeby testnet using proof of authority where blocks are only mined by trusted signers. | Péter Szilágyi | | | Homestead
| http://bit.ly/2yPBavd[EIP-234] | Add `blockHash` to JSON-RPC filter options | Micah Zoltu | Interface | Draft |

| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-615.md[EIP-615] | Subroutines and Static Jumps for the EVM | Greg Colvin, Paweł Bylica, Christian Reitwiessner | Core | Draft |

Expand Down

0 comments on commit eafe256

Please sign in to comment.