aboutsummaryrefslogtreecommitdiff
path: root/src/test/Checkpoints_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test - fixed tests that were failing because of bit/litecoin cruftSam Garrett2014-04-051-9/+9
| | | | | | | Conflicts: src/test/Checkpoints_tests.cpp src/test/key_tests.cpp
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+5
| | | | | | | | | 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.
* Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)Gavin Andresen2012-06-251-7/+7
|
* Moved checkpoints out of main, to prep for using them to help prevent DoS ↵Gavin Andresen2011-12-011-0/+34
attacks