index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
p2p_node_network_limited.py
Age
Commit message (
Expand
)
Author
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-21
scripted-diff: Rename mininode_lock to p2p_lock
John Newbery
2020-06-16
[refactor] use waiting inside disconnect_p2ps
gzhao408
2020-06-08
Merge #18890: test: disconnect_nodes should warn if nodes were already discon...
MarcoFalke
2020-05-07
test: remove redundant two-way disconnect_nodes calls
Danny Lee
2020-05-07
test: replace inv type magic numbers by constants
Sebastian Falbesoner
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-06-06
Disable bloom filtering by default.
Matt Corallo
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-04
Fix typos reported by codespell
practicalswift
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-02-09
[QA] add NODE_NETWORK_LIMITED address relay and sync test
Jonas Schnelli
2018-01-25
[tests] Rename p2p_* functional tests.
Anthony Towns