mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Adding classes, functions, and utilities for common LMDB operations.
This commit is contained in:
parent
f2f725d8db
commit
0c7e7bce18
15 changed files with 1959 additions and 0 deletions
|
@ -56,6 +56,7 @@ set(unit_tests_sources
|
|||
keccak.cpp
|
||||
logging.cpp
|
||||
long_term_block_weight.cpp
|
||||
lmdb.cpp
|
||||
main.cpp
|
||||
memwipe.cpp
|
||||
mlocker.cpp
|
||||
|
@ -101,6 +102,7 @@ target_link_libraries(unit_tests
|
|||
cryptonote_protocol
|
||||
cryptonote_core
|
||||
blockchain_db
|
||||
lmdb_lib
|
||||
rpc
|
||||
net
|
||||
serialization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue