Skip to content

Commit

Permalink
[fuzz] txdownloadman and txdownload_impl
Browse files Browse the repository at this point in the history
The txdownload_impl is similar but allows us to check specific
invariants within its implementation. It will also change a lot more
than the external interface (txdownloadman) will, so we will add more to
this target later.
  • Loading branch information
glozow committed Oct 12, 2023
1 parent efd3d3a commit 36f4d0d
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/timedata.cpp \
test/fuzz/torcontrol.cpp \
test/fuzz/transaction.cpp \
test/fuzz/txdownloadman.cpp \
test/fuzz/tx_in.cpp \
test/fuzz/tx_out.cpp \
test/fuzz/tx_pool.cpp \
Expand Down
Loading

0 comments on commit 36f4d0d

Please sign in to comment.