aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_converter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-306/+0
|
* move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2016-02-221-2/+0
| | | | | This avoids the need to define that variable in every program which uses epee.
* blockchain_import: Check bit width for more than just WIN32warptangent2016-02-171-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.
* update versionRiccardo Spagni2015-12-311-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* blockchain_utilities: Pass expected number of blocks when starting batchwarptangent2015-07-111-2/+2
|
* Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent2015-05-081-0/+308
Update appropriate files (CMakeLists.txt, README.md)