mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
add multisig core test and factor multisig building blocks
This commit is contained in:
parent
f4eda44ce3
commit
66e34e85b1
17 changed files with 1019 additions and 127 deletions
|
@ -36,6 +36,7 @@ set(core_tests_sources
|
|||
chaingen_main.cpp
|
||||
double_spend.cpp
|
||||
integer_overflow.cpp
|
||||
multisig.cpp
|
||||
ring_signature_1.cpp
|
||||
transaction_tests.cpp
|
||||
tx_validation.cpp
|
||||
|
@ -52,6 +53,7 @@ set(core_tests_headers
|
|||
double_spend.h
|
||||
double_spend.inl
|
||||
integer_overflow.h
|
||||
multisig.h
|
||||
ring_signature_1.h
|
||||
transaction_tests.h
|
||||
tx_validation.h
|
||||
|
@ -63,6 +65,7 @@ add_executable(core_tests
|
|||
${core_tests_headers})
|
||||
target_link_libraries(core_tests
|
||||
PRIVATE
|
||||
multisig
|
||||
cryptonote_core
|
||||
p2p
|
||||
version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue