carrot_core [3/27/2025]

This commit is contained in:
jeffro256
2024-11-08 14:33:54 -06:00
committed by akildemir
parent 9292f88a57
commit ed030081b7
45 changed files with 7505 additions and 2 deletions

View File

@@ -38,6 +38,10 @@ set(unit_tests_sources
bulletproofs.cpp
bulletproofs_plus.cpp
canonical_amounts.cpp
carrot_core.cpp
carrot_legacy.cpp
carrot_mock_helpers.cpp
carrot_transcript_fixed.cpp
chacha.cpp
checkpoints.cpp
command_line.cpp
@@ -103,6 +107,7 @@ set(unit_tests_sources
is_hdd.cpp
aligned.cpp
rpc_version_str.cpp
x25519.cpp
zmq_rpc.cpp)
set(unit_tests_headers
@@ -114,6 +119,7 @@ monero_add_minimal_executable(unit_tests
target_link_libraries(unit_tests
PRIVATE
ringct
carrot_core
cryptonote_protocol
cryptonote_core
daemon_messages