summaryrefslogtreecommitdiff
path: root/bip-0021.mediawiki
AgeCommit message (Collapse)Author
2024-04-2521: Remove other libraries from reference implementationsAva Chow
2022-12-18Update Anchor LinkD++
Fixed the link to the #simpler-syntax portion of the BIP.
2021-04-26BIP-21 remove of all "size" mentionsDr. Maxim Orlovsky
2021-03-06Removing size param (not used anymore)Dr. Maxim Orlovsky
2016-11-30Promote BIP 2 Draft->Active, and implement itLuke Dashjr
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section
2016-11-30Promote BIP 123 Draft->Active, and implement itLuke Dashjr
2016-07-18Add Swift LibrarySandro Machado
2016-07-15Merge remote-tracking branch 'origin-pull/335/head'Luke Dashjr
2016-06-17Add BIP21 Javascript libraryDaniel Cousens
2016-02-16Update bip-0021.mediawikiSandro Machado
2016-02-12Merge branch '20160201_status_updates_a2f'Luke Dashjr
2016-02-01Revert "Update BIP-21 URI scheme for payment code support"Luke Dashjr
This reverts commit 2e6e5cf9589778ea55c7e71aa27e2b9ff122b737.
2016-02-01Promote Accepted->Final BIPs 11, 14, 21, 22, 23, 31, 32, 34, 35, 37, 65Luke Dashjr
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