From 29584bb19444948c019ecee855e575b0e76d9cbc Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 14 Mar 2017 23:15:17 +0000 Subject: [PATCH] Assign BIP 171: Currency/exchange rate information API --- README.mediawiki | 7 +++++++ bip-xchgrate.mediawiki => bip-0171.mediawiki | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) rename bip-xchgrate.mediawiki => bip-0171.mediawiki (98%) diff --git a/README.mediawiki b/README.mediawiki index 1398ca38..f5f0db33 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -658,6 +658,13 @@ Those proposing changes should consider that ultimately consent may rest with th | Matt Corallo | Standard | Draft +|- +| [[bip-0171.mediawiki|171]] +| Applications +| Currency/exchange rate information API +| Luke Dashjr +| Standard +| Draft |} diff --git a/bip-xchgrate.mediawiki b/bip-0171.mediawiki similarity index 98% rename from bip-xchgrate.mediawiki rename to bip-0171.mediawiki index 00a96ed9..237d233d 100644 --- a/bip-xchgrate.mediawiki +++ b/bip-0171.mediawiki @@ -1,10 +1,10 @@
-  BIP: ?
+  BIP: 171
   Layer: Applications
   Title: Currency/exchange rate information API
   Author: Luke Dashjr 
   Comments-Summary: No comments yet.
-  Comments-URI: ?
+  Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171
   Status: Draft
   Type: Standards Track
   Created: 2017-03-04
@@ -28,7 +28,7 @@ Each result is always in JSON format, with a line-feed (never a carriage-return)
 Authentication for subscription-based services MAY be supported using standard HTTP authentication.
 It is recommended to use TLS (HTTPS), so that MITM attackers cannot deceive the client.
 
-To be BIP  compatible, servers MUST support at least one currency-pair compared to XBT.
+To be BIP 171 compatible, servers MUST support at least one currency-pair compared to XBT.
 All inquiries for bitcoin amounts MUST be specified in XBT, even if the presentation to the end user is in another unit.
 (FIXME: or should this be satoshis?)