You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.
3
3
4
+
A browsable version of all current and draft EIPs can be found on [the official EIP site](http://eips.ethereum.org/).
5
+
4
6
# Contributing
5
7
First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP to it. There is a [template EIP here](eip-X.md). Then submit a Pull Request to Ethereum's [EIPs repository](https://github.com/ethereum/EIPs).
6
8
@@ -9,71 +11,3 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP
9
11
***Accepted** - an EIP that is planned for immediate adoption, i.e. expected to be included in the next hard fork (for Core/Consensus layer EIPs).
10
12
***Final** - an EIP that has been adopted in a previous hard fork (for Core/Consensus layer EIPs).
11
13
***Deferred** - an EIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.
|[100](https://github.com/ethereum/EIPs/issues/100)| Change difficulty adjustment to target mean block time including uncles | Vitalik Buterin | Core | Final |
46
-
|[137](EIPS/eip-137.md)| Ethereum Domain Name Service - Specification | Nick Johnson | ERC | Final |
47
-
|[140](https://github.com/ethereum/EIPs/pull/206)| REVERT instruction | Alex Beregszaszi, Nikolai Mushegian | Core | Final |
48
-
|[141](EIPS/eip-141.md)| Designated invalid EVM instruction | Alex Beregszaszi | Core | Final |
49
-
|[150](EIPS/eip-150.md)| Gas cost changes for IO-heavy operations | Vitalik Buterin | Core | Final |
|[181](EIPS/eip-181.md)| ERC-181 ENS support for reverse resolution of Ethereum addresses | Nick Johnson | ERC | Final |
56
-
|[190](EIPS/eip-190.md)| ERC-190 Ethereum Smart Contract Packaging Standard | Merriam, Coulter, Erfurt, Catalano, Matias | ERC | Final |
57
-
|[196](https://github.com/ethereum/EIPs/pull/213)| Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128 | Christian Reitwiessner | Core | Final |
58
-
|[197](https://github.com/ethereum/EIPs/pull/212)| Precompiled contracts for optimal Ate pairing check on the elliptic curve alt_bn128 | Vitalik Buterin, Christian Reitwiessner | Core | Final |
59
-
|[198](https://github.com/ethereum/EIPs/pull/198)| Precompiled contract for bigint modular exponentiation | Vitalik Buterin | Core | Final |
60
-
|[211](https://github.com/ethereum/EIPs/pull/211)| New opcodes: RETURNDATASIZE and RETURNDATACOPY | Christian Reitwiessner | Core | Final |
61
-
|[214](https://github.com/ethereum/EIPs/pull/214)| New opcode STATICCALL | Vitalik Buterin, Christian Reitwiessner | Core | Final |
62
-
|[649](https://github.com/ethereum/EIPs/pull/669)| Metropolis Difficulty Bomb Delay and Block Reward Reduction | Afri Schoedon, Vitalik Buterin | Core | Final |
63
-
|[658](https://github.com/ethereum/EIPs/pull/658)| Embedding transaction status code in receipts | Nick Johnson | Core | Final |
64
-
|[706](EIPS/eip-706.md)| DEVp2p snappy compression | Péter Szilágyi | Networking | Final |
65
-
66
-
# Active EIPs (standards that have been adopted but never meant to be completed)
0 commit comments