diff options
author | Peter Todd <pete@petertodd.org> | 2014-03-17 11:28:43 -0400 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2014-03-17 11:40:11 -0400 |
commit | e2331a15748eb1032b5dbfd68370d80283cb434d (patch) | |
tree | ca6c1b0eb32fd623b140a569a47359b945c48d87 | |
parent | 0505c84b4836604b789bdb38647baa44f2c85d3c (diff) |
Add in-repo BIP70 extension registration page
-rw-r--r-- | bip-0070.mediawiki | 8 | ||||
-rw-r--r-- | bip-0070/extensions.mediawiki | 9 | ||||
-rw-r--r-- | bip-0070/paymentrequest.proto | 6 |
3 files changed, 16 insertions, 7 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index 4461118..158c821 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -252,10 +252,10 @@ message with version=2. Old implementations should let the user know that they need to upgrade their software when they get an up-version PaymentDetails message. -Implementations that need to extend messages in this specification -shall use tags starting at 1000, and shall update the wiki page at -https://en.bitcoin.it/wiki/Payment_Request to avoid conflicts with -other extensions. +Implementations that need to extend messages in this specification shall use +tags starting at 1000, and shall update the +[[bip-0070/extensions.mediawiki|extensions page]] via pull-req to avoid +conflicts with other extensions. ==References== diff --git a/bip-0070/extensions.mediawiki b/bip-0070/extensions.mediawiki new file mode 100644 index 0000000..51400d8 --- /dev/null +++ b/bip-0070/extensions.mediawiki @@ -0,0 +1,9 @@ +==BIP70 Extensions== + +Add your extension below using tags starting at 1000 and submit a pull-req. + +{| +| Field Number || Extension Name || Field Name || Description +|- +| 1000 || [[https://example.com|(unassigned)]] || (unassigned) || (unassigned) +|} diff --git a/bip-0070/paymentrequest.proto b/bip-0070/paymentrequest.proto index f83b110..6680810 100644 --- a/bip-0070/paymentrequest.proto +++ b/bip-0070/paymentrequest.proto @@ -1,9 +1,9 @@ // // Simple Bitcoin Payment Protocol messages // -// Use fields 100+ for extensions; -// to avoid conflicts, register extensions via pull-req at: -// https://github.com/bitcoin/bips +// Use fields 1000+ for extensions; +// to avoid conflicts, register extensions via pull-req at +// https://github.com/bitcoin/bips/bip-0070/extensions.mediawiki // package payments; |