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 421e395 commit 8435737
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions appdx-standards-eip-erc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ image::images/eip_workflow.png["Ethereum Improvement Proposal Workflow"]
| http://bit.ly/2yG2Dzi[EIP-137] | Ethereum Domain Name Service - Specification | Nick Johnson | ERC | Final |
| http://bit.ly/2yJtWZm[EIP-140] | New Opcode: +REVERT+. Adds `REVERT` opcode instruction, which stops execution and rolls back the EVM execution state changes without consuming all provided gas (instead the contract only has to pay for memory) or losing logs, and returns to the caller a pointer to the memory location with the error code or message. | Alex Beregszaszi, Nikolai Mushegian | Core | Final | Metropolis Byzantinium
| http://bit.ly/2CQMXfe[EIP-141] | Designated invalid EVM instruction | Alex Beregszaszi | Core | Final |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md[EIP-145] | Bitwise shifting instructions in EVM | Alex Beregszaszi, Paweł Bylica | Core | Deferred |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-150.md[EIP-150] | Gas cost changes for IO-heavy operations | Vitalik Buterin | Core | Final |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md[EIP-155] | Simple replay attack protection. Replay Attack allows any transaction using a pre-EIP-155 Ethereum node or client to become signed so it is valid and executed on both the Ethereum and Ethereum Classic chains. | Vitalik Buterin | Core | Final | Homestead
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-158.md[EIP-158] | State clearing | Vitalik Buterin | Core | Superseded |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-160.md[EIP-160] | EXP cost increase | Vitalik Buterin | Core | Final |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-161.md[EIP-161] | State trie clearing (invariant-preserving alternative) | Gavin Wood | Core | Final |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-162.md[EIP-162] | Initial ENS Hash Registrar | Maurelian, Nick Johnson, Alex Van de Sande | ERC | Final |
| http://bit.ly/2qhKz9Y[EIP-145] | Bitwise shifting instructions in EVM | Alex Beregszaszi, Paweł Bylica | Core | Deferred |
| http://bit.ly/2qhxflQ[EIP-150] | Gas cost changes for IO-heavy operations | Vitalik Buterin | Core | Final |
| http://bit.ly/2CQUgne[EIP-155] | Simple replay attack protection. Replay Attack allows any transaction using a pre-EIP-155 Ethereum node or client to become signed so it is valid and executed on both the Ethereum and Ethereum Classic chains. | Vitalik Buterin | Core | Final | Homestead
| http://bit.ly/2JryBmT[EIP-158] | State clearing | Vitalik Buterin | Core | Superseded |
| http://bit.ly/2CR6VGY[EIP-160] | EXP cost increase | Vitalik Buterin | Core | Final |
| http://bit.ly/2OfU96M[EIP-161] | State trie clearing (invariant-preserving alternative) | Gavin Wood | Core | Final |
| http://bit.ly/2JxdKil[EIP-162] | Initial ENS Hash Registrar | Maurelian, Nick Johnson, Alex Van de Sande | ERC | Final |

| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md[EIP-165] | ERC-165 Standard Interface Detection | Christian Reitwiessner et al. | Interface | Draft |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md[EIP-170] | Contract code size limit | Vitalik Buterin | Core | Final |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-181.md[EIP-181] | ENS support for reverse resolution of Ethereum addresses | Nick Johnson | ERC | Final |
| https://github.com/ethereum/EIPs/blob/master/EIPS/eip-190.md[EIP-190] | Ethereum Smart Contract Packaging Standard | Piper Merriam et al. | ERC | Final |
| https://github.com/ethereum/EIPs/pull/213[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.
| http://bit.ly/2OgsOkO[EIP-165] | ERC-165 Standard Interface Detection | Christian Reitwiessner et al. | Interface | Draft |
| http://bit.ly/2OgCWu1[EIP-170] | Contract code size limit | Vitalik Buterin | Core | Final |
| http://bit.ly/2ERNv7g[EIP-181] | ENS support for reverse resolution of Ethereum addresses | Nick Johnson | ERC | Final |
| 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.
| Vitalik Buterin, Christian Reitwiessner | Core | Final | Metropolis Byzantinium
Expand Down

0 comments on commit 8435737

Please sign in to comment.