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
/
test_framework
/
mininode.py
Age
Commit message (
Expand
)
Author
2020-05-03
Merge #18617: test: add factor option to adjust test timeouts
MarcoFalke
2020-05-03
test: add factor option to adjust test timeouts
Harris
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-23
[refactor/test] Extract P2PTxInvStore into test framework
Amiti Uttarwar
2020-04-22
test: check for matching object hashes in wait_for_getdata
Danny Lee
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-12
Merge #18609: test: Remove REJECT message code
MarcoFalke
2020-04-12
test: Remove REJECT message code
Hennadii Stepanov
2020-04-11
refactor: test: improve wait_for{header,merkleblock} interface
Sebastian Falbesoner
2020-04-11
test: complete impl. of msg_merkleblock and wait_for_merkleblock
Sebastian Falbesoner
2020-04-03
test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.py
Sebastian Falbesoner
2020-03-31
test: add BIP37 'filterclear' test to p2p_filter.py
Sebastian Falbesoner
2020-03-25
test: Add basic test for BIP 37
MarcoFalke
2019-11-03
Remove network_event_loop instance in close()
JamesC
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-08-16
test: Pass down correct chain name in tests
MarcoFalke
2019-07-26
test: Fail early on disconnect in mininode.wait_for_*
MarcoFalke
2019-05-13
test: Add test for p2p_blocksonly
MarcoFalke
2019-04-29
Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_test t...
MarcoFalke
2019-04-25
QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sendin...
Luke Dashjr
2019-03-19
qa: mininode: Clearer error message on invalid magic bytes
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
build: Require python 3.5
MarcoFalke
2019-01-24
qa: Add tests for invalid message headers
MarcoFalke
2018-11-13
qa: Check specific reject reasons in feature_block
MarcoFalke
2018-11-07
tests: Remove unused testing code
practicalswift
2018-11-06
Merge #14522: tests: add invalid P2P message tests
Wladimir J. van der Laan
2018-11-01
tests: add P2PConnection.send_raw_message
James O'Beirne
2018-10-26
[tests] Test that nodes respond to getdata with notfound
MarcoFalke
2018-10-10
test: forward timeouts properly in send_blocks_and_test
James O'Beirne
2018-08-31
qa: Read reject reasons from debug log, not p2p messages
MarcoFalke
2018-08-29
qa: Use named args in some tests
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-11
Merge #13915: [qa] Add test for max number of entries in locator
MarcoFalke
2018-08-10
qa: Add p2p_invalid_locator test
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-23
Skip is_closing() check when not available.
Daniel Kraft
2018-07-19
tests: fixes mininode's P2PConnection sending messages on closing transport
marcoagner
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-04-24
qa: Clarify documentation for send_txs_and_test
MarcoFalke
2018-04-16
qa: Add test for orphan handling
MarcoFalke
2018-04-02
[tests] Stop feature_block.py from blowing up memory.
John Newbery
2018-03-21
Fix typos
Dimitris Apostolou
2018-02-13
Merge #11771: [tests] Change invalidtxrequest to use BitcoinTestFramework
Wladimir J. van der Laan
2018-01-30
[tests] Add P2PDataStore class
John Newbery
2018-01-29
[tests] Reduce NodeConn connection logging from info to debug
John Newbery
2018-01-28
Fix typos
practicalswift
[next]