aboutsummaryrefslogtreecommitdiff
path: root/src/test/bip32_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add bip32 pubkey serializationJonas Schnelli2016-04-141-0/+16
| | | | CExtPubKey should be serializable like CPubKey
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* extend bip32 tests to cover Base58c/CExtKey decodeJonas Schnelli2015-07-231-0/+11
|
* fix and enable bip32 unit testJonas Schnelli2015-04-231-0/+1
| | | | the bip32 unit test was not included in the make process
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
| | | | | | | | Make sure that chainparams and logging is properly initialized. Doing this for every test may be overkill, but this initialization is so simple that that does not matter. This should fix the travis issues.
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
| | | | | | | | - Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+4
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* BIP32 test vectorsPieter Wuille2013-07-151-0/+116