aboutsummaryrefslogtreecommitdiff
path: root/src/test/base58_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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