summaryrefslogtreecommitdiff
path: root/bip-0021.mediawiki
AgeCommit message (Collapse)Author
2015-07-10Update BIP-21 URI scheme for payment code supportJustus Ranvier
Incorporates suggestion by erasmospunk: https://github.com/bitcoin/bips/pull/159#issuecomment-115277577
2014-04-05Change date format to ISO 8601Wladimir J. van der Laan
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-03-13BIP 21: Allow empty addresses and query parametersWilliam Swanson
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-13BIP 21: Clarify case-sensitivityWilliam Swanson
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-06BIP 21: Precisely define the valid query charactersWilliam Swanson
2014-03-06BIP 21: Mention RFC 3986 and character setWilliam Swanson
2014-03-06BIP 21: Add a missing "&" rule to the ABNF grammarWilliam Swanson
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".
2013-10-21Fix formattingPeter Todd
2013-10-21Archive Revision as of 18:45, 23 May 2013Peter Todd
https://en.bitcoin.it/w/index.php?title=BIP_0021&oldid=37974
2013-10-21Rename to mediawiki extensionPeter Todd