1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01: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
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==

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
//
// 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;