1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #36 from petertodd/bip70-extensions

Add in-repo BIP70 extension registration page
This commit is contained in:
Gregory Maxwell 2014-04-23 18:35:24 -07:00
commit 856bb84058
3 changed files with 16 additions and 7 deletions

View File

@ -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 that they need to upgrade their software when they get an up-version
PaymentDetails message. PaymentDetails message.
Implementations that need to extend messages in this specification Implementations that need to extend messages in this specification shall use
shall use tags starting at 1000, and shall update the wiki page at tags starting at 1000, and shall update the
https://en.bitcoin.it/wiki/Payment_Request to avoid conflicts with [[bip-0070/extensions.mediawiki|extensions page]] via pull-req to avoid
other extensions. conflicts with other extensions.
==References== ==References==

View File

@ -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)
|}

View File

@ -1,9 +1,9 @@
// //
// Simple Bitcoin Payment Protocol messages // Simple Bitcoin Payment Protocol messages
// //
// Use fields 100+ for extensions; // Use fields 1000+ for extensions;
// to avoid conflicts, register extensions via pull-req at: // to avoid conflicts, register extensions via pull-req at
// https://github.com/bitcoin/bips // https://github.com/bitcoin/bips/bip-0070/extensions.mediawiki
// //
package payments; package payments;