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