aboutsummaryrefslogtreecommitdiff
path: root/src/txrequest.h
Commit message (Collapse)AuthorAgeFilesLines
* Report and verify expirationsPieter Wuille2020-10-121-1/+3
|
* Add txrequest unit testsPieter Wuille2020-10-121-0/+12
| | | | | | | Add unit tests for TxRequestTracker. Several scenarios are tested, randomly interleaved with eachother. Includes a test by Antoine Riard (ariard).
* Add txrequest modulePieter Wuille2020-10-121-0/+197
This adds a new module (unused for now) which defines TxRequestTracker, a data structure that maintains all information about transaction requests, and coordinates requests.