danicoin/src/cryptonote_core
Thomas Winget 7b14d4a17f
Steps toward multiple dbs available -- working
There will need to be some more refactoring for these changes to be
considered complete/correct, but for now it's working.

new daemon cli argument "--db-type", works for LMDB and BerkeleyDB.

A good deal of refactoring is also present in this commit, namely
Blockchain no longer instantiates BlockchainDB, but rather is passed a
pointer to an already-instantiated BlockchainDB on init().
2015-03-25 12:09:44 -04:00
..
account.cpp year updated in license 2015-01-02 18:52:46 +02:00
account.h year updated in license 2015-01-02 18:52:46 +02:00
account_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
blockchain.cpp Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
blockchain.h Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
blockchain_storage.cpp Merge upstream updates into blockchain branch 2015-03-25 05:56:36 -04:00
blockchain_storage.h Merge upstream updates into blockchain branch 2015-03-25 05:56:36 -04:00
blockchain_storage_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
checkpoints.cpp Fixes segfault in Blockchain::handle_alternative_block 2015-01-09 05:56:51 -05:00
checkpoints.h checkpoints: add consts where appropriate 2015-01-04 19:39:41 -08:00
checkpoints_create.cpp Merge upstream to daemonize changes 2015-03-24 02:47:15 -04:00
checkpoints_create.h DNS checkpoint loading for testnet should now be correct 2015-03-01 03:36:46 -05:00
CMakeLists.txt Moved BlockchainDB into its own src/ subfolder 2015-03-06 15:20:45 -05:00
connection_context.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_basic.h Add compile-time support for both db implementations: in-memory and LMDB 2015-02-02 11:53:09 -08:00
cryptonote_basic_impl.cpp minimum subsidy for mining incentives, remove unused LEGACY_FEE define 2015-03-04 23:35:04 -08:00
cryptonote_basic_impl.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_core.cpp Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
cryptonote_core.h Merge upstream updates into blockchain branch 2015-03-25 05:56:36 -04:00
cryptonote_format_utils.cpp year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_format_utils.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_stat_info.h year updated in license 2015-01-02 18:52:46 +02:00
difficulty.cpp replaced 64-bit multiplication in difficulty.cpp with a portable version 2015-01-27 14:06:33 +02:00
difficulty.h year updated in license 2015-01-02 18:52:46 +02:00
miner.cpp year updated in license 2015-01-02 18:52:46 +02:00
miner.h year updated in license 2015-01-02 18:52:46 +02:00
tx_extra.h year updated in license 2015-01-02 18:52:46 +02:00
tx_pool.cpp Add compile-time support for both db implementations: in-memory and LMDB 2015-02-02 11:53:09 -08:00
tx_pool.h Add compile-time support for both db implementations: in-memory and LMDB 2015-02-02 11:53:09 -08:00
verification_context.h year updated in license 2015-01-02 18:52:46 +02:00