mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 21:59:10 +02:00
Merge #8895: Better SigCache Implementation
67dac4eAdd unit tests for the CuckooCache (Jeremy Rubin)c9e69fbAdd CuckooCache implementation and replace the sigcache map_type with it (Jeremy Rubin)
This commit is contained in:
@@ -53,6 +53,7 @@ BITCOIN_TESTS =\
|
||||
test/coins_tests.cpp \
|
||||
test/compress_tests.cpp \
|
||||
test/crypto_tests.cpp \
|
||||
test/cuckoocache_tests.cpp \
|
||||
test/DoS_tests.cpp \
|
||||
test/getarg_tests.cpp \
|
||||
test/hash_tests.cpp \
|
||||
|
||||
Reference in New Issue
Block a user