index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bip32_tests.cpp
Age
Commit message (
Expand
)
Author
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