1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Wladimir J. van der Laan
1647c7e6d3 Change date format to ISO 8601
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.
2014-04-05 13:46:56 +02:00
William Swanson
116129c687 BIP 21: Allow empty addresses and query parameters
Empty addresses should be valid for compatibility with  BIP 72.

Empty query parameters should also be valid, since they are harmless,
and clients already accept them.

With these changes, bitcoin:?& would be a valid (but useless) URI.
2014-03-13 00:55:49 -07:00
William Swanson
6f15f98b12 BIP 21: Clarify case-sensitivity
The "bitcoin:" URI scheme needs to be case-insensitive according to the RFC,
but the query parameters should be case-sensitive according to the bitcoin-qt
client implementation.
2014-03-13 00:55:49 -07:00
William Swanson
c823eeb596 BIP 21: Precisely define the valid query characters 2014-03-06 18:07:06 -08:00
William Swanson
0ee7ff7bed BIP 21: Mention RFC 3986 and character set 2014-03-06 18:07:06 -08:00
William Swanson
9f3dc5d7a5 BIP 21: Add a missing "&" rule to the ABNF grammar
The URI syntax uses an ampersand to separate query parameters,
but the ABNF grammar didn't reflect this fact.

Also, the type of grammar used here is "ABNF" and not "BNF".
2014-03-06 18:04:48 -08:00
Peter Todd
d9e890a8f2
Fix formatting 2013-10-21 02:18:47 -04:00
Peter Todd
86e1074d7f
Archive Revision as of 18:45, 23 May 2013
https://en.bitcoin.it/w/index.php?title=BIP_0021&oldid=37974
2013-10-21 00:48:04 -04:00
Peter Todd
1f64d2b06d
Rename to mediawiki extension 2013-10-21 00:32:10 -04:00