summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-15removing myself from bip39 authorsThomasV
2014-10-15Merge pull request #110 from robjohnson189/masterWladimir J. van der Laan
Compatible wallet
2014-10-15Compatible walletRob Johnson
Added mycelium
2014-10-15Merge pull request #92 from bip39JP/masterWladimir J. van der Laan
BIP0039 Added Japanese wordlist
2014-10-15Merge pull request #94 from schildbach/bip43-purpose-0Wladimir J. van der Laan
BIP43: Block usage 0 because it's already used in BIP32.
2014-10-15Merge pull request #99 from apoelstra/patch-1Wladimir J. van der Laan
Clarify identifier serialization
2014-10-15Merge pull request #64 from harding/bip32-ancestor-riskWladimir J. van der Laan
BIP32: Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked
2014-10-15Merge pull request #72 from ricmoo/patch-1Wladimir J. van der Laan
BIP 38 - Clarify AES parameters passed in
2014-10-15Merge pull request #95 from Perlover/patch-2Wladimir J. van der Laan
Added two BIP44 compatible wallets in Android
2014-10-15Merge pull request #98 from jurov/patch-2Wladimir J. van der Laan
Passphrase for test vectors + haskell implementation
2014-10-15Merge pull request #103 from xenog/masterWladimir J. van der Laan
Changed left angles for HTML entity
2014-10-12Merge pull request #87 from voisine/patch-2Wladimir J. van der Laan
BIP39 grammar
2014-10-12Merge pull request #108 from soroushjp/masterWladimir J. van der Laan
Updated README statuses with most recent status published to respective ...
2014-10-06Merge pull request #105 from derrend/masterGavin Andresen
Update bip-0070.mediawiki, comment correction in signature field.
2014-10-06Updated README statuses with most recent status published to respective BIP ↵Soroush Pour
document
2014-09-28Wordlist update.bip39JP
Brushed up wordlist: 1. First 3 characters are unique for every word. 2. No more words less than 3 characters.
2014-09-27Merge pull request #102 from sipa/bip62up2Gregory Maxwell
BIP62: Reorder rules and clarify
2014-09-25Merge pull request #107 from vstoykovbg/patch-1Wladimir J. van der Laan
double "are"
2014-09-25double "are"vstoykovbg
2014-09-22BIP62: Reorder rules and clarifyPieter Wuille
2014-09-12Update bip-0070.mediawikiDerren Desouza
Clarification regarding the signature field in payment details and which key should be used for signing.
2014-09-08Changed left angles for HTML entityJean-Pierre Rupp
2014-09-06Merge pull request #101 from prusnak/patch-1Wladimir J. van der Laan
bip-0044.mediawiki: fix typo
2014-09-05bip-0044.mediawiki: fix typoPavol Rusnak
2014-09-03formattingbip39jp
2014-09-03Added Japanese test vectorsbip39jp
2014-09-02Create spanish.txtY75QMO
2014-09-01Removed spurious space.jurov
2014-09-01Reverted test vectors passphrase info.jurov
There's pull request for it already.
2014-09-01Merge pull request #90 from sipa/bip62upGavin Andresen
Restructure and make rules 2 and 4 unconditional
2014-08-26Clarify identifier serializationAndrew Poelstra
I had a tough time interpreting "serialization of the public key", which is hashed to get the extended key identifier. Since the very next section is "Serialization format [for extended keys]" I thought that I was supposed to use the serialization of the /extended/ public key. Then I noticed "ignoring the chain code", so I tried skipping that part of the extended key serialization. Then I realized that what was meant was "the `K` half of `(K, c)`".
2014-08-26Clarify the normalization will fix mixed space usebip39JP
2014-08-26Fixed wordlist links to account for new documentbip39JP
2014-08-23BIP43: Block usage 0 because it's already used in BIP32. It would be ↵Andreas Schildbach
unfortunate if BIP32 wallets would at one day overlap BIP43 wallets.
2014-08-22Merge pull request #97 from jurov/patch-1Wladimir J. van der Laan
Added Haskell implementation.
2014-08-21Passphrase for test vectors + haskell implementationjurov
2014-08-21Added Haskell implemetation.jurov
Tested it and confirm it's functional.
2014-08-17BTCReceive works only with one accountPerlover
It seems that it is only compatible with BIP32
2014-08-16Added two BIP44 compatible wallets in AndroidPerlover
Subj :) Please update info, not only the Trezor is copatible with BIP44 standard :)
2014-08-16Merge pull request #84 from erasmospunk/masterWladimir J. van der Laan
BIP 44 - Specify that this BIP is not a central repository.
2014-08-16Moved wordlists to separate file.bip39jp
2014-08-15BIP0039 Added Japanese wordlistbip39jp
2014-08-11BIP 64: getutxo messageMike Hearn
(closes #88)
2014-07-23Merge pull request #91 from davecgh/bip0032_conformal_implementationWladimir J. van der Laan
Add BIP0032 Go implementation.
2014-07-22Add BIP0032 Go implementation.Dave Collins
2014-07-18Restructure and make rules 2 and 4 unconditionalPieter Wuille
2014-07-16Revert "Run spell check."christianlundkvist
This reverts commit 11643a7585504d94996650fb7c390df0f4db4e41.
2014-07-14Update README.mediawikiGregory Maxwell
Getutxos message BIP assigned BIP64.
2014-07-09BIP39 grammarAaron Voisine
2014-07-09Merge pull request #85 from timthelion/patch-1Gavin Andresen
Spelling BIP 39