Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
authorGavin Andresen <gavinandresen@gmail.com>
Thu, 8 Sep 2011 20:50:58 +0000 (16:50 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Thu, 1 Dec 2011 17:18:50 +0000 (12:18 -0500)
commiteb5fff9e16b2c3e94835cd3a8897318472df2374
tree783a1d81774279474627e74209f792bbe9af382a
parenta7120a3647b17878914da0b40655edcc5a9da59f
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
13 files changed:
bitcoin-qt.pro
src/checkpoints.cpp [new file with mode: 0644]
src/checkpoints.h [new file with mode: 0644]
src/main.cpp
src/main.h
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/makefile.vc
src/test/Checkpoints_tests.cpp [new file with mode: 0644]
src/test/DoS_tests.cpp
src/test/test_bitcoin.cpp