aboutsummaryrefslogtreecommitdiff
path: root/src/test/bip32_tests.cpp
AgeCommit message (Expand)Author
2022-08-04extended keys: fail to derive too large depth instead of wrapping aroundAntoine Poinsot
2022-04-27refactor: Use Span of std::byte in CExtKey::SetSeedMarcoFalke
2021-11-01refactor: Take Span in SetSeedMarcoFalke
2021-08-30Stricter BIP32 decoding and test vector 5Pieter Wuille
2021-05-28Additional test vector for hardened derivation with leading zerosKristaps Kaupe
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-22refactor: Remove unused CExt{Pub,}Key (de)serialization methodsSebastian Falbesoner
2019-10-15Remove unused includespracticalswift
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-19scripted-diff: Rename master key to seedJohn Newbery
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-19Stop using CBase58Data for ext keysPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-02-23BIP32 extra test vectorPieter Wuille
2016-04-14add bip32 pubkey serializationJonas Schnelli
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-23extend bip32 tests to cover Base58c/CExtKey decodeJonas Schnelli
2015-04-23fix and enable bip32 unit testJonas Schnelli
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-07-15BIP32 test vectorsPieter Wuille