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_timeouts.py
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-18
test: fix intermittent timeouts in p2p_timeouts.py
Martin Zumsande
2021-12-13
Use mockable time for peer connection time
MarcoFalke
2021-12-11
test: fix test failures in test/functional/p2p_timeouts.py
Jon Atack
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-01-28
net: use peer=N instead of from=N in debug log
Anthony Towns
2020-11-19
p2p: Ignore non-version msgs before version msg
MarcoFalke
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-31
test: Wait for both veracks in add_p2p_connection
MarcoFalke
2018-12-21
test: Avoid racy test p2p_timeouts
MarcoFalke
2018-11-28
p2p: allow p2ptimeout to be configurable, speed up slow test
Zain Iqbal Allarakhia
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-06-22
[qa] mininode: Expose connection state through is_connected
MarcoFalke
2018-03-19
scripted-diff: rename TestNode to TestP2PConn in tests
John Newbery
2018-01-25
[tests] Rename p2p_* functional tests.
Anthony Towns