summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2014-04-23 18:35:24 -0700
committerGregory Maxwell <greg@xiph.org>2014-04-23 18:35:24 -0700
commit856bb8405859d21c40f7c4be6bd48ef005c53467 (patch)
treeb86a2c34c2069b14f30891400ababff839823a08
parente196a4a7d0171d499fa496078526b7479db22d18 (diff)
parente2331a15748eb1032b5dbfd68370d80283cb434d (diff)
downloadbips-856bb8405859d21c40f7c4be6bd48ef005c53467.tar.xz
Merge pull request #36 from petertodd/bip70-extensions
Add in-repo BIP70 extension registration page
-rw-r--r--bip-0070.mediawiki8
-rw-r--r--bip-0070/extensions.mediawiki9
-rw-r--r--bip-0070/paymentrequest.proto6
3 files changed, 16 insertions, 7 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki
index 3e861db..657b4f2 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;