summaryrefslogtreecommitdiff
path: root/bip-0021.mediawiki
AgeCommit message (Collapse)Author
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