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)
committerLuke Dashjr <luke-jr+git@utopios.org>
Thu, 1 Dec 2011 20:48:20 +0000 (15:48 -0500)
commitd27be1f55777bd502beb6b89513f1a03ed988f1a
tree34ea670fc5e136a8b0f78be6f0a7ab6bcc58ebf1
parent3741185a51cada1adb17b1578a086544101ce7c7
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