Skip to content

Commit

Permalink
Change date format to ISO 8601
Browse files Browse the repository at this point in the history
This came up on the mailing list.

yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric
dates. This commit changes all BIPs to use that instead of dd-mm-yyyy.
It also updates BIP 0001 to prescribe the new format.
  • Loading branch information
laanwj committed Apr 5, 2014
1 parent ad078df commit 1647c7e
Show file tree
Hide file tree
Showing 31 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions bip-0001.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Title: BIP Purpose and Guidelines
Status: Accepted
Type: Standards Track
Created: 19-08-2011
Created: 2011-08-19
</pre>

==What is a BIP?==
Expand Down Expand Up @@ -100,7 +100,7 @@ Each BIP must begin with an RFC 822 style header preamble. The headers must appe
Status: <Draft | Active | Accepted | Deferred | Rejected |
Withdrawn | Final | Superseded>
Type: <Standards Track | Informational | Process>
Created: <date created on, in dd-mm-yyyy format>
Created: <date created on, in ISO 8601 (yyyy-mm-dd) format>
* Post-History: <dates of postings to bitcoin mailing list>
* Replaces: <BIP number>
* Superseded-By: <BIP number>
Expand All @@ -125,7 +125,7 @@ While a BIP is in private discussions (usually during the initial Draft phase),

The Type header specifies the type of BIP: Standards Track, Informational, or Process.

The Created header records the date that the BIP was assigned a number, while Post-History is used to record the dates of when new versions of the BIP are posted to bitcoin mailing lists. Both headers should be in dd-mmm-yyyy format, e.g. 14-Aug-2001.
The Created header records the date that the BIP was assigned a number, while Post-History is used to record the dates of when new versions of the BIP are posted to bitcoin mailing lists. Both headers should be in yyyy-mm-dd format, e.g. 2001-08-14.

BIPs may have a Requires header, indicating the BIP numbers that this BIP depends on.

Expand Down
2 changes: 1 addition & 1 deletion bip-0010.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Alan Reiner
Status: Draft
Type: Informational
Created: 28-10-2011
Created: 2011-10-28
</pre>

A multi-signature transaction is one where a certain number of Bitcoins are "encumbered" with more than one recipient address. The subsequent transaction that spends these coins will require each party involved (or some subset, depending on the script), to see the proposed transaction and sign it with their private key. This necessarily requires collaboration between all parties -- to propose a distribution of encumbered funds, collect signatures from all necessary participants, and then broadcast the completed transaction.
Expand Down
4 changes: 2 additions & 2 deletions bip-0011.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Author: Gavin Andresen <[email protected]>
Status: Accepted
Type: Standards Track
Created: 18-10-2011
Post-History: 02-10-2011
Created: 2011-10-18
Post-History: 2011-10-02
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0012.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Gavin Andresen <[email protected]>
Status: Withdrawn
Type: Standards Track
Created: 18-10-2011
Created: 2011-10-18
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0013.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Gavin Andresen <[email protected]>
Status: Final
Type: Standards Track
Created: 18-10-2011
Created: 2011-10-18
</pre>

==Abstract==
Expand Down
4 changes: 2 additions & 2 deletions bip-0014.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Patrick Strateman <[email protected]>
Status: Accepted
Type: Standards Track
Created: 10-11-2011
Post-History: 02-11-2011
Created: 2011-11-10
Post-History: 2011-11-02
</pre>

In this document, bitcoin will be used to refer to the protocol while Satoshi will refer to the current client in order to prevent confusion.
Expand Down
2 changes: 1 addition & 1 deletion bip-0015.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Amir Taaki <[email protected]>
Status: Deferred
Type: Standards Track
Created: 10-12-2011
Created: 2011-12-10
</pre>

[[bip-0070.mediawiki|BIP 0070]] (payment protocol) may be seen as the alternative to Aliases.
Expand Down
2 changes: 1 addition & 1 deletion bip-0016.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Gavin Andresen <[email protected]>
Status: Final
Type: Standards Track
Created: 03-01-2012
Created: 2012-01-03
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0017.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Luke Dashjr <[email protected]>
Status: Draft
Type: Withdrawn
Created: 18-01-2012
Created: 2012-01-18
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0018.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Luke Dashjr <[email protected]>
Status: Draft
Type: Standards Track
Created: 27-01-2012
Created: 2012-01-27
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0019.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Luke Dashjr <[email protected]>
Status: Draft
Type: Standards Track
Created: 30-01-2012
Created: 2012-01-30
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0020.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Luke Dashjr <[email protected]>
Status: Replaced
Type: Standards Track
Created: 10-01-2011
Created: 2011-01-10
</pre>

BIP 0020 is based off an earlier document by Nils Schneider. '''And has been replaced by BIP 0021'''
Expand Down
2 changes: 1 addition & 1 deletion bip-0021.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Matt Corallo <[email protected]>
Status: Accepted
Type: Standards Track
Created: 29-01-2012
Created: 2012-01-29
</pre>

This BIP is a modification of an earlier [[bip-0020.mediawiki|BIP 0020]] by Luke Dashjr. BIP 0020 was based off an earlier document by Nils Schneider. The alternative payment amounts in BIP 0020 have been removed.
Expand Down
2 changes: 1 addition & 1 deletion bip-0022.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Luke Dashjr <[email protected]>
Status: Accepted
Type: Standards Track
Created: 28-02-2012
Created: 2012-02-28
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0023.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Luke Dashjr <[email protected]>
Status: Accepted
Type: Standards Track
Created: 28-02-2012
Created: 2012-02-28
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0030.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Pieter Wuille <[email protected]>
Status: Final
Type: Standards Track
Created: 22-02-2012
Created: 2012-02-22
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0031.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Mike Hearn <[email protected]>
Status: Accepted
Type: Standards Track
Created: 11-04-2012
Created: 2012-04-11
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0032.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RECENT CHANGES:
Author: Pieter Wuille
Status: Accepted
Type: Informational
Created: 11-02-2012
Created: 2012-02-11
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0033.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Amir Taaki <[email protected]>
Status: Draft
Type: Standards Track
Created: 15-05-2012
Created: 2012-05-15
</pre>

== Abstract ==
Expand Down
2 changes: 1 addition & 1 deletion bip-0036.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Stefan Thomas <[email protected]>
Status: Draft
Type: Standards Track
Created: 03-08-2012
Created: 2012-08-03
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0037.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Mike Hearn <[email protected]>, Matt Corallo <[email protected]>
Status: Accepted
Type: Standards Track
Created: 24-10-2012
Created: 2012-10-24
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0038.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Mike Caldwell
Status: Draft (Some confusion applies: The announcements for this never made it to the list, so it hasn't had public discussion)
Type: Standards Track
Created: 20-11-2012
Created: 2012-11-20
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0039.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Sean Bowe <[email protected]>
Status: Draft
Type: Standards Track
Created: 10-09-2013
Created: 2013-09-10
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0042.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Pieter Wuille <[email protected]>
Status: Draft
Type: Standards Track
Created: 01-04-2014
Created: 2014-04-01
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0050.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Gavin Andresen <[email protected]>
Status: Draft
Type: Informational
Created: 20-03-2013
Created: 2013-03-20
</pre>

==What went wrong==
Expand Down
2 changes: 1 addition & 1 deletion bip-0060.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Amir Taaki <[email protected]>
Status: Draft
Type: Standards Track
Created: 16-06-2013
Created: 2013-06-16
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0062.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Pieter Wuille <[email protected]>
Status: Draft
Type: Standards Track
Created: 12-03-2014
Created: 2014-03-12
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0070.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Gavin Andresen <[email protected]>
Status: Draft
Type: Standards Track
Created: 29-07-2013
Created: 2013-07-29
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0071.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Gavin Andresen <[email protected]>
Status: Draft
Type: Standards Track
Created: 29-07-2013
Created: 2013-07-29
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0072.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Gavin Andresen <[email protected]>
Status: Draft
Type: Standards Track
Created: 29-07-2013
Created: 2013-07-29
</pre>

==Abstract==
Expand Down
2 changes: 1 addition & 1 deletion bip-0073.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Stephen Pair <[email protected]>
Status: Draft
Type: Standards Track
Created: 27-08-2013
Created: 2013-08-27
</pre>

==Abstract==
Expand Down

0 comments on commit 1647c7e

Please sign in to comment.