aboutsummaryrefslogtreecommitdiff
path: root/src/test/base58_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-1/+1
* [test] Remove unused codeMarcoFalke2016-08-241-3/+0
* Do not shadow local variablesPavel Janík2016-06-071-2/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-2/+2
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-13/+13
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-23/+17
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* test: Remove UNITTEST paramsWladimir J. van der Laan2015-03-091-2/+2
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-10-021-2/+2
* Revert merge of pull #4845Wladimir J. van der Laan2014-10-021-2/+2
* Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-09-291-2/+2
* script: Fix reference into empty vector run time exceptionENikS2014-09-251-1/+1
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-6/+6
* Move base58.h implementation code to base58.cppPieter Wuille2014-05-101-2/+2
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Merge pull request #3712Wladimir J. van der Laan2014-02-251-0/+6
|\
| * add test of DecodeBase58 skipping whitespaceChristian von Roques2014-02-211-0/+6
* | Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+12
* | Revert "Switch to using raw_utf8"Jeff Garzik2013-10-221-5/+5
* | Merge pull request #2740 from constantined/constantinedGavin Andresen2013-10-221-5/+5
|\ \
| * | Switch to using raw_utf8constantined2013-07-231-5/+5
* | | included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-161-8/+9
* | | Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-11/+10
|/ /
* / CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-4/+6
|/
* data-driven base58 CBitcoinAddress/CBitcoinSecret testsWladimir J. van der Laan2012-10-011-64/+236
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-3/+1
* Clean up warningsPieter Wuille2012-05-091-2/+2
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-2/+0
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+2
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-1/+3
* remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan2011-10-011-0/+87