aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/txrequest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Report and verify expirationsPieter Wuille2020-10-121-1/+7
|
* Add txrequest fuzz testsPieter Wuille2020-10-121-0/+368
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.