The Ethereum Improvement Proposal repository http://eips.ethereum.org/
Go to file
Nick Johnson f066264f45
Update README, make table widths consistent (#955)
* Update README, make table widths consistent

* Add list of EIP statuses to set deterministic order
2018-03-28 13:37:04 +01:00
EIPS Retcon: EIP 900 is still draft, not final. 2018-03-27 21:47:37 +01:00
_data Update README, make table widths consistent (#955) 2018-03-28 13:37:04 +01:00
_includes Update README, make table widths consistent (#955) 2018-03-28 13:37:04 +01:00
_layouts Discussions-to is not necessarily an email address 2018-03-27 19:49:09 +01:00
.gitignore First attempt at an autogenerated jekyll listing of EIPs 2018-03-20 15:22:42 +00:00
.travis-ci.sh Add EIP validation check, and fix issues identified by it. (#954) 2018-03-27 17:24:00 +01:00
.travis.yml Add EIP validation check, and fix issues identified by it. (#954) 2018-03-27 17:24:00 +01:00
404.html First attempt at an autogenerated jekyll listing of EIPs 2018-03-20 15:22:42 +00:00
CNAME Create CNAME 2018-03-22 11:19:51 +00:00
Gemfile Add EIP validation check, and fix issues identified by it. (#954) 2018-03-27 17:24:00 +01:00
Gemfile.lock Add EIP validation check, and fix issues identified by it. (#954) 2018-03-27 17:24:00 +01:00
ISSUE_TEMPLATE.md Updated templates 2017-02-01 19:12:07 -06:00
PULL_REQUEST_TEMPLATE.md pull request template not EIP template 2017-02-06 09:27:10 -08:00
README.md Update README, make table widths consistent (#955) 2018-03-28 13:37:04 +01:00
_config.yml Fix travis build script, and more typos identified by it 2018-03-23 16:56:22 +00:00
all.html Add 'all' page 2018-03-21 16:29:32 +00:00
core.html Add pages for each EIP type, improve listing tables with links 2018-03-21 15:55:18 +00:00
eip-X.md Add pages for each EIP type, improve listing tables with links 2018-03-21 15:55:18 +00:00
erc.html Add pages for each EIP type, improve listing tables with links 2018-03-21 15:55:18 +00:00
index.html Remove github banner, update footer link; fix typo in EIP-778 2018-03-23 22:09:20 +00:00
informational.html Fix title for informational EIPs listing page 2018-03-21 16:33:20 +00:00
interface.html Add pages for each EIP type, improve listing tables with links 2018-03-21 15:55:18 +00:00
meta.html Add pages for each EIP type, improve listing tables with links 2018-03-21 15:55:18 +00:00
networking.html Add pages for each EIP type, improve listing tables with links 2018-03-21 15:55:18 +00:00

README.md

EIPs Gitter

Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.

A browsable version of all current and draft EIPs can be found on the official EIP site.

Contributing

First review EIP-1. Then clone the repository and add your EIP to it. There is a template EIP here. Then submit a Pull Request to Ethereum's EIPs repository.

EIP status terms

  • Draft - an EIP that is open for consideration
  • 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).
  • Final - an EIP that has been adopted in a previous hard fork (for Core/Consensus layer EIPs).
  • Deferred - an EIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.