Merge BlockchainDB into upstream

This commit is contained in:
Thomas Winget 2015-04-07 17:56:18 -04:00
commit a8bc7182ea
No known key found for this signature in database
GPG key ID: 58131A160789E630
96 changed files with 42389 additions and 158 deletions

View file

@ -29,6 +29,7 @@
set(unit_tests_sources
address_from_url.cpp
base58.cpp
BlockchainDB.cpp
block_reward.cpp
chacha8.cpp
checkpoints.cpp
@ -56,6 +57,7 @@ add_executable(unit_tests
target_link_libraries(unit_tests
LINK_PRIVATE
cryptonote_core
blockchain_db
rpc
wallet
p2p