aboutsummaryrefslogtreecommitdiff
path: root/src/test/skiplist_tests.cpp
AgeCommit message (Collapse)Author
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-23Includes: Cleanup around net main and walletJorge Timón
-Move from .h to .cpp: in main, net and wallet -Remove unnecessary #include "main.h" -Cleanup some wallet files includes
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
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.
2015-01-05Use arith_uint256 where necessaryWladimir J. van der Laan
Also add conversion from/to uint256 where needed.
2014-12-16Remove references to X11 licenceMichael Ford
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-07-06Add CChain::GetLocator() unit testPieter Wuille
2014-06-29Add skiplist unit testsPieter Wuille