summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-26Update bip-0010.mediawikiUmpei Kay Kurokawa
2014-11-26Update bip-0010.mediawikiUmpei Kay Kurokawa
2014-11-12Merge pull request #118 from petertodd/bip65-checklocktimeverifyGregory Maxwell
BIP65 CHECKLOCKTIMEVERIFY
2014-11-11Added Result section, noting last v=1 blockGavin Andresen
2014-11-10BIP65 assigned for CHECKLOCKTIMEVERIFYPeter Todd
2014-11-10First draftPeter Todd
2014-10-22Merge pull request #89 from maraoz/p2sh-multisig-walletsWladimir J. van der Laan
Draft for p2sh multisig wallet structure
2014-10-21Add BIP 45 for "Structure for Deterministic P2SH Multisignature Wallets"Manuel Araoz
2014-10-17Merge pull request #112 from Y75QMO/patch-1Wladimir J. van der Laan
Update bip-0039-wordlists.md
2014-10-17Merge pull request #100 from Y75QMO/masterWladimir J. van der Laan
BIP0039 added Spanish wordlist
2014-10-16Update bip-0039-wordlists.mdY75QMO
Added Spanish wordlist.
2014-10-16Merge pull request #81 from christianlundkvist/bip39_testvectors_infoWladimir J. van der Laan
BIP 0039 - Add passphrase info to Test Vectors section
2014-10-15Merge pull request #111 from ecdsa/masterGregory Maxwell
removing myself from bip39 authors
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.