aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_converter.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
This avoids the need to define that variable in every program which uses epee.
2016-02-17blockchain_import: Check bit width for more than just WIN32warptangent1-2/+2
Pass the CMake bit width setting to compile flags for blockchain_import and blockchain_converter. For LMDB on 32-bit, hyc has found that batch size of 100 appears to be a good default.
2015-12-31update versionRiccardo Spagni1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-07-11blockchain_utilities: Pass expected number of blocks when starting batchwarptangent1-2/+2
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-0/+308
Update appropriate files (CMakeLists.txt, README.md)