aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_tx_download.py
AgeCommit message (Expand)Author
2020-10-12Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peersPieter Wuille
2020-10-12Change transaction request logic to use txrequestPieter Wuille
2020-10-08Use mockable time everywhere in net_processingPieter Wuille
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-21scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-19test: Use wtxid relay generally in functional testsFabian Jahr
2020-07-19Delay getdata requests from peers using txid-based relaySuhas Daftuar
2020-05-07test: replace inv type magic numbers by constantsSebastian Falbesoner
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-13test: Add various low-level p2p testsMarcoFalke
2020-04-01test: replace (send_message + sync_with_ping) with send_and_pingJon Atack
2019-09-17test: Use connect_nodes when connecting nodes in the test_frameworkMarcoFalke
2019-06-19[qa] Test that getdata requests work as expectedSuhas Daftuar