mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
Merge bitcoin/bitcoin#28209: fuzz: a target for the block index database
86b38529d5qa: a fuzz target for the block index database (Antoine Poinsot) Pull request description: This introduces a small fuzz target for `CBlockTreeDB` which asserts a few invariants by using an in-memory LevelDb. ACKs for top commit: achow101: ACK86b38529d5TheCharlatan: Re-ACK86b38529d5maflcko: review ACK86b38529d5🥒 brunoerg: utACK86b38529d5Tree-SHA512: ab75b4ae1c7e0a4b15f8a6ceffdf509fbc79833e6ea073ecef68558d53b83663d1b30362aaa2d77c22b8890a572f5b1d4b1c5abbca483c8c8f9b1fb5b276a59a
This commit is contained in:
@@ -299,6 +299,7 @@ test_fuzz_fuzz_SOURCES = \
|
||||
test/fuzz/bitset.cpp \
|
||||
test/fuzz/block.cpp \
|
||||
test/fuzz/block_header.cpp \
|
||||
test/fuzz/block_index.cpp \
|
||||
test/fuzz/blockfilter.cpp \
|
||||
test/fuzz/bloom_filter.cpp \
|
||||
test/fuzz/buffered_file.cpp \
|
||||
|
||||
Reference in New Issue
Block a user