Age | Commit message (Expand) | Author |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-08-04 | extended keys: fail to derive too large depth instead of wrapping around | Antoine Poinsot |
2022-04-27 | refactor: Use Span of std::byte in CExtKey::SetSeed | MarcoFalke |
2021-11-01 | refactor: Take Span in SetSeed | MarcoFalke |
2021-08-30 | Stricter BIP32 decoding and test vector 5 | Pieter Wuille |
2021-05-28 | Additional test vector for hardened derivation with leading zeros | Kristaps Kaupe |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-10-22 | refactor: Remove unused CExt{Pub,}Key (de)serialization methods | Sebastian Falbesoner |
2019-10-15 | Remove unused includes | practicalswift |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-19 | scripted-diff: Rename master key to seed | John Newbery |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
2018-02-19 | Stop using CBase58Data for ext keys | Pieter Wuille |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-08 | Changing &vec[0] to vec.data(), what 9804 missed | MeshCollider |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-02-23 | BIP32 extra test vector | Pieter Wuille |
2016-04-14 | add bip32 pubkey serialization | Jonas Schnelli |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-07-23 | extend bip32 tests to cover Base58c/CExtKey decode | Jonas Schnelli |
2015-04-23 | fix and enable bip32 unit test | Jonas Schnelli |
2015-03-12 | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-07-15 | BIP32 test vectors | Pieter Wuille |