summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
authorMatt David <matt@netki.com>2016-08-30 14:13:59 -0700
committerMatt David <matt@netki.com>2016-08-31 09:09:34 -0700
commit45f5c56e4517f0d69f3858ba41c10b8a0f3ce814 (patch)
treebd0f931ee6b422f2527f65026fd52a26d5574ba7 /bip-0039.mediawiki
parent7ba8e5813a87a96ca3114a788e4913c2226404f3 (diff)
parent1501dd99bd12f9e6835f5169d21fd29fb41071db (diff)
downloadbips-45f5c56e4517f0d69f3858ba41c10b8a0f3ce814.tar.xz
Merge remote-tracking branch 'upstream/master'
Added: - Versioning - Cancellation - Add UNKNOWN_TYPE to ProtocolMessageType enum in paymentrequest.proto and BIP75 text (based on suggestions from http://androiddevblog.com/protocol-buffers-pitfall-adding-enum-values/) Updated: - Additional pki_type values - Updated status_code values - Update BIP75 Motivation and use cases to provide more color around reasoning and use of BIP75 NOTE: The BIP75 language no longer contains a description of the KYC compliance use case, as it is a single, very specific use-case that does not have any bearing on the technical specifications herein. BIP75 extends the original BIP70 Payment Protocol to become a two-way, encrypted messaging process, which can be used for a variety of reasons one of which is regulatory compliance.
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki5
1 files changed, 4 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index 0d05d81..3c95d4d 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -5,7 +5,7 @@
Pavol Rusnak <stick@satoshilabs.com>
Aaron Voisine <voisine@gmail.com>
Sean Bowe <ewillbefull@gmail.com>
- Status: Draft
+ Status: Accepted
Type: Standards Track
Created: 2013-09-10
</pre>
@@ -146,3 +146,6 @@ Haskell:
JavaScript:
* https://github.com/bitpay/bitcore-mnemonic
* https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info]])
+
+Ruby:
+* https://github.com/sreekanthgs/bip_mnemonic