danicoin/src/cryptonote_core
Thomas Winget 74a1a89e27
Integrate BlockchainDB into cryptonote_core
Probably needs more looking at -- lot of things were done...in a rushed
sort of way.  That said, it all builds and *should* be at least
testable.

update for rebase (warptangent 2015-01-04)
  fix conflicts with upstream CMakeLists.txt files

  src/CMakeLists.txt (remove edits from original commit)
  tests/CMakeLists.txt (remove edits from original commit)
  src/cryptonote_core/CMakeLists.txt (edit)
  - use blockchain db .cpp and .h files
  - add LMDB_LIBRARIES
2015-01-04 19:29:51 -08:00
..
BlockchainDB_impl Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08: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 Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08:00
blockchain.h Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08:00
blockchain_db.cpp Parts of LMDB impl of BlockchainDB done and working 2015-01-04 19:01:10 -08:00
blockchain_db.h Adding block data to LMDB BlockchainDB coded 2015-01-04 19:01:10 -08:00
blockchain_storage.cpp year updated in license 2015-01-02 18:52:46 +02:00
blockchain_storage.h year updated in license 2015-01-02 18:52:46 +02:00
blockchain_storage_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
checkpoints.cpp year updated in license 2015-01-02 18:52:46 +02:00
checkpoints.h year updated in license 2015-01-02 18:52:46 +02:00
checkpoints_create.cpp year updated in license 2015-01-02 18:52:46 +02:00
checkpoints_create.h year updated in license 2015-01-02 18:52:46 +02:00
CMakeLists.txt Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08:00
connection_context.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_basic.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_basic_impl.cpp year updated in license 2015-01-02 18:52:46 +02: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 Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08:00
cryptonote_core.h Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08: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 year updated in license 2015-01-02 18:52:46 +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 Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08:00
tx_pool.h Integrate BlockchainDB into cryptonote_core 2015-01-04 19:29:51 -08:00
verification_context.h year updated in license 2015-01-02 18:52:46 +02:00