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>
Fri, 2 Dec 2011 04:12:47 +0000 (23:12 -0500)
commit0e6425da4a29d6944e7edce85535725e1f963e2c
treefa1ded062ebe5fa736759ef0ede98264357311ce
parenta7d735dcc25c85ad883e6d619848ce0478ebe299
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
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/test_bitcoin.cpp