Skip to content

Commit 05abf33

Browse files
committed
txgraph: Add simulation fuzz test (tests)
This adds a simulation fuzz test for txgraph, by comparing with a naive reimplementation that models the entire graph as a single DepGraph, and clusters in TxGraph as connected components within that DepGraph.
1 parent 8ad3ed2 commit 05abf33

File tree

2 files changed

+421
-0
lines changed

2 files changed

+421
-0
lines changed

src/test/fuzz/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ add_executable(fuzz
124124
tx_in.cpp
125125
tx_out.cpp
126126
tx_pool.cpp
127+
txgraph.cpp
127128
txorphan.cpp
128129
txrequest.cpp
129130
# Visual Studio 2022 version 17.12 introduced a bug

0 commit comments

Comments
 (0)