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

21 Commits

Author SHA1 Message Date
Dr. Maxim Orlovsky
dd39e2234c
BIP-21 remove of all "size" mentions 2021-04-26 22:55:25 +02:00
Dr. Maxim Orlovsky
a29c14f664
Removing size param (not used anymore) 2021-03-06 02:13:08 +01:00
Luke Dashjr
959fecc15b Promote BIP 2 Draft->Active, and implement it
- 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-30 09:51:01 +00:00
Luke Dashjr
72f18918a8 Promote BIP 123 Draft->Active, and implement it 2016-11-30 09:45:33 +00:00
Sandro Machado
e00a157306 Add Swift Library 2016-07-18 00:37:10 +01:00
Luke Dashjr
f275a5549b Merge remote-tracking branch 'origin-pull/335/head' 2016-07-15 15:44:54 +00:00
Daniel Cousens
c65874246a Add BIP21 Javascript library 2016-06-17 12:52:34 +10:00
Sandro Machado
7509fae0be Update bip-0021.mediawiki 2016-02-16 22:18:45 +00:00
Luke Dashjr
ab90b5289f Merge branch '20160201_status_updates_a2f' 2016-02-12 07:22:58 +00:00
Luke Dashjr
e22ad0cd71 Revert "Update BIP-21 URI scheme for payment code support"
This reverts commit 2e6e5cf958.
2016-02-01 20:36:37 +00:00
Luke Dashjr
f31f7d4347 Promote Accepted->Final BIPs 11, 14, 21, 22, 23, 31, 32, 34, 35, 37, 65 2016-02-01 20:14:22 +00:00
Justus Ranvier
2e6e5cf958 Update BIP-21 URI scheme for payment code support
Incorporates suggestion by erasmospunk:

https://github.com/bitcoin/bips/pull/159#issuecomment-115277577
2015-07-10 12:36:02 -05:00
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