aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_tx_download.py
AgeCommit message (Expand)Author
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2020-11-02Remove redundant p2p lock tacking for tx download functional testsAntoine Riard
2020-11-02Add mutation for functional test test_preferred_invAntoine Riard
2020-11-02Add functional test test_txid_inv_delayAntoine Riard
2020-11-02test: Makes wtxidrelay support a generic P2PInterface optionAntoine Riard
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