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_leak.py
Age
Commit message (
Expand
)
Author
2022-08-24
test: Fix intermittent issue in p2p_leak.py
MacroFake
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-06-04
test: Fix p2p_leak.py intermittent failure by lowering timeout
Martin Zumsande
2021-03-03
test: bring p2p_leak.py up to date.
Martin Zumsande
2021-02-17
[test] Add P2P_SERVICES to p2p.py
John Newbery
2021-02-17
[test] Move MY_RELAY to p2p.py
John Newbery
2021-02-17
[test] Move MY_SUBVERSION to p2p.py
John Newbery
2020-11-19
p2p: Ignore non-version msgs before version msg
MarcoFalke
2020-08-27
test: Remove unused lock arg from BitcoinTestFramework.wait_until
MarcoFalke
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-08-18
test: Distinguish between nodes(bitcoind) and peers(mininodes) in p2p_leak.py
Dhruv Mehta
2020-08-18
test: remove `CNodeNoVersionIdle` from p2p_leak.py
Dhruv Mehta
2020-08-18
test: remove `CNodeNoVersionMisbehavior` from p2p_leak.py
Dhruv Mehta
2020-08-04
test: Wait until is_connected in add_p2p_connection
MarcoFalke
2020-07-14
test: update tests for peer discouragement
Jon Atack
2020-07-11
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
net: remove -banscore configuration option
Jon Atack
2020-06-16
[refactor] use waiting inside disconnect_p2ps
gzhao408
2020-05-01
test: Fix p2p_leak intermittent issue
MarcoFalke
2020-04-19
Merge #18610: scripted-diff: test: replace command with msgtype (naming)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
scripted-diff: test: replace command with msgtype
Sebastian Falbesoner
2020-04-13
test: Add various low-level p2p tests
MarcoFalke
2020-04-12
Merge #18584: test: Check that the version message does not leak the local ad...
MarcoFalke
2020-04-12
test: Remove REJECT message code
Hennadii Stepanov
2020-04-10
test: Check that the version message does not leak the local address of the node
MarcoFalke
2020-03-31
test: Wait for both veracks in add_p2p_connection
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
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-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-07-11
Remove dead service bits code
MarcoFalke
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-06-22
[qa] mininode: Expose connection state through is_connected
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-01-25
[tests] Rename p2p_* functional tests.
Anthony Towns