aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_sendheaders.py
Commit message (Expand)AuthorAgeFilesLines
* test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz2020-08-261-5/+4
* scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery2020-08-211-14/+14
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-6/+6
* test: replace inv type magic numbers by constantsSebastian Falbesoner2020-05-071-2/+3
* test: check for matching object hashes in wait_for_getdataDanny Lee2020-04-221-7/+0
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #18496: test: remove redundant sync_with_ping after add_p2p_connectionMarcoFalke2020-04-051-4/+0
|\
| * test: remove redundant sync_with_ping after add_p2p_connectionJon Atack2020-04-011-4/+0
* | test: replace (send_message + sync_with_ping) with send_and_pingJon Atack2020-04-011-2/+1
|/
* test: Remove unused importsMarcoFalke2019-04-091-2/+1
* scripted-diff: use self.sync_* methodsMarcoFalke2019-04-091-2/+2
* minor p2p_sendheaders fix of height in coinbaseGregory Sanders2018-10-221-1/+1
* Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke2018-09-241-1/+1
|\
| * Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-071-1/+1
* | Changed functional tests which do not require wallets to run withoutsanket17292018-09-171-7/+5
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | tests: Use explicit importspracticalswift2018-08-131-1/+1
* | Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-2/+0
|\ \
| * | qa: wait_for_verack by defaultMarcoFalke2018-08-081-2/+0
* | | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/ /
* | Merge #13522: [tests] Fix p2p_sendheaders raceMarcoFalke2018-06-301-0/+2
|\ \
| * | [tests] Fix p2p_sendheaders raceJohn Newbery2018-06-221-0/+2
* | | qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-6/+1
|/ /
* / [tests] Add logging to provide anchor points when debugging failures.Lowell Manners2018-05-301-3/+13
|/
* [tests] Fixed intermittent failure in p2p_sendheaders.py.lmanners2018-05-091-45/+51
* Adding logging for loop iteration level in p2p_sendheaders.pyccdle122018-04-021-6/+3
* [tests] Rename p2p_* functional tests.Anthony Towns2018-01-251-0/+598