aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_node_network_limited.py
AgeCommit message (Expand)Author
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
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-06-16[refactor] use waiting inside disconnect_p2psgzhao408
2020-06-08Merge #18890: test: disconnect_nodes should warn if nodes were already discon...MarcoFalke
2020-05-07test: remove redundant two-way disconnect_nodes callsDanny Lee
2020-05-07test: replace inv type magic numbers by constantsSebastian Falbesoner
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-06-06Disable bloom filtering by default.Matt Corallo
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-04Fix typos reported by codespellpracticalswift
2018-08-13tests: Use explicit importspracticalswift
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
2018-08-08qa: wait_for_verack by defaultMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-02-09[QA] add NODE_NETWORK_LIMITED address relay and sync testJonas Schnelli
2018-01-25[tests] Rename p2p_* functional tests.Anthony Towns