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_sendheaders.py
Age
Commit message (
Expand
)
Author
2020-05-07
test: replace inv type magic numbers by constants
Sebastian Falbesoner
2020-04-22
test: check for matching object hashes in wait_for_getdata
Danny Lee
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-05
Merge #18496: test: remove redundant sync_with_ping after add_p2p_connection
MarcoFalke
2020-04-01
test: replace (send_message + sync_with_ping) with send_and_ping
Jon Atack
2020-04-01
test: remove redundant sync_with_ping after add_p2p_connection
Jon Atack
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2018-10-22
minor p2p_sendheaders fix of height in coinbase
Gregory Sanders
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
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-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-30
Merge #13522: [tests] Fix p2p_sendheaders race
MarcoFalke
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-06-22
[tests] Fix p2p_sendheaders race
John Newbery
2018-05-30
[tests] Add logging to provide anchor points when debugging failures.
Lowell Manners
2018-05-09
[tests] Fixed intermittent failure in p2p_sendheaders.py.
lmanners
2018-04-02
Adding logging for loop iteration level in p2p_sendheaders.py
ccdle12
2018-01-25
[tests] Rename p2p_* functional tests.
Anthony Towns