aboutsummaryrefslogtreecommitdiff
path: root/src/test/txrequest_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Report and verify expirationsPieter Wuille2020-10-121-2/+29
|
* Add txrequest unit testsPieter Wuille2020-10-121-0/+711
Add unit tests for TxRequestTracker. Several scenarios are tested, randomly interleaved with eachother. Includes a test by Antoine Riard (ariard).