aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/txrequest.cpp
AgeCommit message (Collapse)Author
2020-10-12Report and verify expirationsPieter Wuille
2020-10-12Add txrequest fuzz testsPieter Wuille
This adds a fuzz test that reimplements a naive reimplementation of TxRequestTracker (with up to 16 fixed peers and 16 fixed txhashes), and compares the real implementation against it.