--- layout: default ---
Author | {% include authorlist.html authors=page.author %} |
---|---|
Discussions-To | {{ page["discussions-to"] | xml_escape }} |
Status | {{ page.status | xml_escape }} {% if page.review-period-end != undefined %} |
Review period ends | {{ page.review-period-end | xml_escape }} |
Type | {{ page.type | xml_escape }} |
Category | {{ page.category | xml_escape }} |
Created | {{ page.created | xml_escape }} |
Updated | {{ page.updated | xml_escape }} |
Requires | {% include eipnums.html eips=page.requires %} |
Replaces | {% include eipnums.html eips=page.replaces %} |
Superseded by | {% include eipnums.html eips=page.superseded-by %} |
Resolution | {{ page.resolution | xml_escape }} |
Please cite this document as:
{% comment %} IEEE specification for reference formatting: https://ieee-dataport.org/sites/default/files/analysis/27/IEEE%20Citation%20Guidelines.pdf {% endcomment %}{% include authorlist.html authors=page.author %}, "EIP-{{ page.eip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Last Call" %} [DRAFT]{% endif %}," Ethereum Improvement Proposals, no. {{ page.eip | xml_escape }}, {{ page.created | date: "%B %Y" }}. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-{{ page.eip | xml_escape }}.