danicoin/src/blockchain_converter
warptangent ffadb6571a
blockchain_export: Add compile-time support for BlockchainDB
This allows an LMDB database to be used as the blockchain to export.

Adjust SOURCE_DB in src/blockchain_converter/blockchain_export.h
depending on needs. Defaults to DB_MEMORY.

DB_MEMORY is a sensible default for users migrating to LMDB, as it
allows the exporter to use the in-memory blockchain while the other
binaries work with LMDB, without recompiling anything.
2015-03-16 11:57:26 -07:00
..
blockchain_converter.cpp blockchain_converter: Add support for batch transactions 2015-03-15 13:22:47 -07:00
blockchain_export.cpp blockchain_export: Add compile-time support for BlockchainDB 2015-03-16 11:57:26 -07:00
blockchain_export.h blockchain_export: Add compile-time support for BlockchainDB 2015-03-16 11:57:26 -07:00
blockchain_import.cpp Add support for database open with flags 2015-03-16 00:26:59 -07:00
CMakeLists.txt Add blockchain_export utility 2015-03-16 00:26:59 -07:00
fake_core.h Add support for database open with flags 2015-03-16 00:26:59 -07:00
import.h Add blockchain_import utility 2015-03-16 00:26:51 -07:00