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 Nov 6, 2018
1 parent ae576a7 commit 33a40ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdx-standards-eip-erc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ image::images/eip_workflow.png["Ethereum Improvement Proposal Workflow"]
| http://bit.ly/2OYbc2t[EIP-6] | Renaming +SUICIDE+ Opcode | Hudson Jameson | Interface | Final |
| http://bit.ly/2JxdBeN[EIP-7] | `DELEGATECALL` | Vitalik Buterin | Core | Final |
| http://bit.ly/2Q6Oly6[EIP-8] | devp2p Forward Compatibility Requirements for Homestead | Felix Lange | Networking | Final |
| http://bit.ly/2CUf7WG[EIP-20] | ERC-20 Token Standard. Describes standard functions a token contract may implement to allow DApps and wallets to handle tokens across multiple interfaces/DApps. Methods include: `totalSupply`, +balanceOf&thinsp;(address)+, `transfer`, `transferFrom`, `approve`, `allowance`. Events include: `Transfer` (triggered when tokens are transferred), pass:[<span class="keep-together"><code>Approval</code></span>] (triggered when `approve` is called). | Fabian Vogelsteller, Vitalik Buterin | ERC | Final | Frontier
| http://bit.ly/2CUf7WG[EIP-20] | ERC-20 Token Standard. Describes standard functions a token contract may implement to allow DApps and wallets to handle tokens across multiple interfaces/DApps. Methods include: `totalSupply`, +balanceOf(address)+, `transfer`, `transferFrom`, `approve`, `allowance`. Events include: `Transfer` (triggered when tokens are transferred), pass:[<span class="keep-together"><code>Approval</code></span>] (triggered when `approve` is called). | Fabian Vogelsteller, Vitalik Buterin | ERC | Final | Frontier
| http://bit.ly/2Q6R4YB[EIP-55] | Mixed-case checksum address encoding | Vitalik Buterin | ERC | Final |
| http://bit.ly/2OgE5la[EIP-86] | Abstraction of transaction origin and signature. Sets the stage for "abstracting out" account security and allowing users to create "account contracts," moving toward a model where in the long term all accounts are contracts that can pay for gas, and users are free to define their own security models that perform any desired signature verification and nonce checks (instead of using the in-protocol mechanism where ECDSA and the default nonce scheme are the only "standard" way to secure an account, which is currently hardcoded into transaction processing). | Vitalik Buterin | Core | Deferred (to be replaced) | Constantinople
| http://bit.ly/2QedSFC[EIP-96] | Blockhash and state root changes. Stores blockhashes in the state to reduce protocol complexity and need for complex client implementations to process the `BLOCKHASH` opcode. Extends range of how far back blockhash checking may go, with the side effect of creating direct links between blocks with very distant block numbers to facilitate much more efficient initial light client syncing. | Vitalik Buterin | Core | Deferred | Constantinople
Expand Down

0 comments on commit 33a40ec

Please sign in to comment.