mirror of
https://github.com/monero-project/monero.git
synced 2025-10-10 00:48:32 -04:00
Merge BlockchainDB into upstream
This commit is contained in:
commit
a8bc7182ea
96 changed files with 42389 additions and 158 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue