From b21e977b25f309e9068117388674b1b3ec46be25 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 8 Mar 2019 13:16:22 +0100 Subject: [PATCH] Introduce "updated" date header in EIP-1 (#1697) --- EIPS/eip-1.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-1.md b/EIPS/eip-1.md index e9b08abe4dd618..13c94669640a31 100644 --- a/EIPS/eip-1.md +++ b/EIPS/eip-1.md @@ -5,7 +5,8 @@ status: Active type: Meta author: Martin Becze , Hudson Jameson , and others https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1.md -created: 2015-10-27, 2017-02-01 +created: 2015-10-27 +updated: 2015-12-07, 2016-02-01, 2018-03-21, 2018-05-29, 2018-10-17 --- ## What is an EIP? @@ -112,6 +113,8 @@ Each EIP must begin with an RFC 822 style header preamble, preceded and followed ` created:` +` * updated:` + ` * requires:` ` * replaces:` @@ -164,6 +167,10 @@ The `category` header specifies the EIP's category. This is required for standar The `created` header records the date that the EIP was assigned a number. Both headers should be in yyyy-mm-dd format, e.g. 2001-08-14. +#### `updated` header + +The `updated` header records the date(s) when the EIP was updated with "substantional" changes. This header is only valid for EIPs of Draft and Active status. + #### `requires` header EIPs may have a `requires` header, indicating the EIP numbers that this EIP depends on. @@ -224,7 +231,7 @@ The editors don't pass judgment on EIPs. We merely do the administrative & edito This document was derived heavily from [Bitcoin's BIP-0001] written by Amir Taaki which in turn was derived from [Python's PEP-0001]. In many places text was simply copied and modified. Although the PEP-0001 text was written by Barry Warsaw, Jeremy Hylton, and David Goodger, they are not responsible for its use in the Ethereum Improvement Process, and should not be bothered with technical questions specific to Ethereum or the EIP. Please direct all comments to the EIP editors. -December 7, 2016: EIP 1 has been improved and will be placed as a PR. +December 7, 2015: EIP 1 has been improved and will be placed as a PR. February 1, 2016: EIP 1 has added editors, made draft improvements to process, and has merged with Master stream. @@ -232,6 +239,8 @@ March 21, 2018: Minor edits to accommodate the new automatically-generated EIP d May 29, 2018: A last call process was added. +Oct 17, 2018: The `updated` header was introduced. + See [the revision history for further details](https://github.com/ethereum/EIPs/commits/master/EIPS/eip-1.md), which is also available by clicking on the History button in the top right of the EIP. ### Bibliography