Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-04 | BIP32: Added new test vectors for hardened derivation with leading zeros | silencer-Tsai | |
2020-08-04 | bip-0032: remove the 'Implementations' section | Antoine Poinsot | |
Signed-off-by: Antoine Poinsot <darosior@protonmail.com> | |||
2019-03-06 | Update the link to NBitcoin repo | Lucas Cullen | |
NBitcoin official repo has changed. | |||
2018-10-25 | Update bip-0032.mediawiki | Marcos Aguayo | |
2018-02-21 | Merge pull request #556 from rolandgnm/patch-1 | Luke Dashjr | |
Organizes Recent Changes chronologically . | |||
2017-09-24 | typo 'ECSDA' changed to correct 'ECDSA' | Logan Saether | |
Elliptic curve digital signature algorithm | |||
2017-09-16 | Fixing spelling in multiple BIPs | MeshCollider | |
2017-07-10 | Organizes Recent Changes chronologically . | Roland Gabriel Molina | |
2017-02-25 | Mediawiki format used for external links | Ian Coleman | |
2017-02-24 | BIP 32: Test vectors for leading zeros | Ian Coleman | |
These additional test vectors will ensure all future implementations are interoperable. See https://github.com/iancoleman/bip39/issues/58 and https://github.com/bitpay/bitcore-lib/issues/47 | |||
2017-01-19 | BIPs 30, 32, 62, 66, and 103: License under BSD-2-Clause terms | Luke Dashjr | |
[Thursday, January 19, 2017] [7:46:36 PM UTC] <luke-jr> sipa: if you get a minute, can you give me at least a text-"verbal" ACK for some copyright license to put on BIPs 30, 32, 62, 66, and 103 please? is BSD-2-Clause okay? [Thursday, January 19, 2017] [7:47:01 PM UTC] <sipa> luke-jr: ACK on 2-clause BSD for 30,32,62,66,103 [Thursday, January 19, 2017] [7:47:13 PM UTC] <sipa> (and for any other BIPs I contributed to) | |||
2016-11-30 | Promote BIP 2 Draft->Active, and implement it | Luke Dashjr | |
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section | |||
2016-11-30 | Promote BIP 123 Draft->Active, and implement it | Luke Dashjr | |
2016-03-17 | Update bip-0032.mediawiki | Robert Jesionek | |
Added a new Java implementation. | |||
2016-02-12 | Merge branch '20160201_status_updates_a2f' | Luke Dashjr | |
2016-02-03 | Lots of formatting fixes | Luke Dashjr | |
2016-02-01 | Promote Accepted->Final BIPs 11, 14, 21, 22, 23, 31, 32, 34, 35, 37, 65 | Luke Dashjr | |
2016-01-18 | Merge pull request #218 from CodeShark/link_and_ack | Luke-Jr | |
Updated C++ library link and added acknowledgement. | |||
2015-10-09 | Updated C++ library link and added acknowledgement. | Eric Lombrozo | |
2015-10-09 | Fix ambiguous reference to seed value in BIP32 test vectors | Zach Dexter | |
2015-03-11 | Merge pull request #131 from drupalnomad/patch-1 | Wladimir J. van der Laan | |
Mention that "Unsecure money receiver" use-case prevents theft | |||
2015-03-05 | Update BIP32 to add bitcore as implementation | Manuel Aráoz | |
2015-01-15 | Add a link to my CLI interface in Haskell | Nicolas Pouillard | |
2014-12-30 | Mention that "Unsecure money receiver" use-case prevents theft | Jonathan Brown | |
2014-12-18 | Bip32, fix missing parenthesis | Jonas Schnelli | |
reported by fenn on #bitcoin-dev [02:59:57] | |||
2014-12-09 | Merge pull request #122 from jonasschnelli/bip32_secg_link | Wladimir J. van der Laan | |
fix secg.org secp256k1 docs link | |||
2014-12-09 | Merge pull request #123 from wink/patch-2 | Wladimir J. van der Laan | |
Update bip32 wiki, repo moved | |||
2014-11-20 | Short one digit in BIP32 doc notes. | Micah Winkelspecht | |
2014-11-20 | Update bip32 wiki, repo moved | Micah Winkelspecht | |
2014-11-17 | fix secg.org secp256k1 docs link | Jonas Schnelli | |
2014-10-15 | Merge pull request #99 from apoelstra/patch-1 | Wladimir J. van der Laan | |
Clarify identifier serialization | |||
2014-10-15 | Merge pull request #64 from harding/bip32-ancestor-risk | Wladimir J. van der Laan | |
BIP32: Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked | |||
2014-08-26 | Clarify identifier serialization | Andrew 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-21 | Added Haskell implemetation. | jurov | |
Tested it and confirm it's functional. | |||
2014-07-22 | Add BIP0032 Go implementation. | Dave Collins | |
2014-07-09 | Spelling bip 32 | Timothy Hobbs | |
2014-05-20 | Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked | David A. Harding | |
I mistakenly inferred from the following clause that a parent extended public key plus a child private key would be equivalent to knowing the extended *child* private key---meaning that the *parent* private key was still secure: > knowledge of the extended public key + any non-hardened private key > descending from it is equivalent to knowing the extended private key This patch's addition of the word "parent" (twice) removes the ambiguity and may help other readers draw the correct inference that the parent private key is no longer secure in this case. I also changed "+" to "plus" to avoid confusion with the actual mathematical operations used in this BIP. | |||
2014-04-29 | C# implementation | Nicolas Dorier | |
Github link to a C# implementation | |||
2014-04-07 | Update bip-0032.mediawiki | Olivier Lalonde | |
2014-04-05 | Change date format to ISO 8601 | Wladimir J. van der Laan | |
This came up on the mailing list. yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric dates. This commit changes all BIPs to use that instead of dd-mm-yyyy. It also updates BIP 0001 to prescribe the new format. | |||
2014-03-17 | Link to PHP implementation of BIP32- Passes test vectors. | afk11 | |
2014-03-13 | Merge pull request #12 from sipa/bip32update | Pieter Wuille | |
Update BIP32: 'hardened' terminology + explicit conversions | |||
2014-02-10 | Merge pull request #16 from jmcorgan/add-bip32utils-ref | Wladimir J. van der Laan | |
Added bip32utils Python implementation reference | |||
2014-02-10 | Added bip32utils Python implementation reference | Johnathan Corgan | |
2014-02-04 | added link to Objective-C implementation of BIP32 | Oleg Andreev | |
2014-01-27 | Update BIP32: 'hardened' terminology + explicit conversions | Pieter Wuille | |
2014-01-14 | Link to Sarchar's JavaScript BIP32 implementation. | Chuck | |
2014-01-12 | Adding link to Go implementation | Cayman | |
2013-12-12 | Adding link to Ruby implementation | Micah Winkelspecht | |
I had added this link on the wiki, but when the page got moved over to GitHub, the link disappeared. | |||
2013-10-21 | Fix formatting | Peter Todd | |