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
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
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-11
[tests] Add NetworkThread assertions
John Newbery
2017-12-11
[tests] Add network_thread_ utility functions.
John Newbery
2017-11-29
[tests] Rename NodeConn and NodeConnCB
John Newbery
2017-11-28
[tests] Move version message sending from NodeConn to NodeConnCB
John Newbery
2017-11-28
[tests] Make NodeConnCB a subclass of NodeConn
John Newbery
2017-11-28
[tests] Move only: move NodeConnCB below NodeConn
John Newbery
2017-11-28
[tests] Tidy up mininode
John Newbery
2017-11-23
[tests] Remove mininode periodic (half-hour) ping messages
John Newbery
2017-11-17
Merge #11648: [tests] Add messages.py
Wladimir J. van der Laan
2017-11-13
qa: Remove unused NodeConn members
MarcoFalke
2017-11-10
[tests] Tidy up mininode.py module
John Newbery
2017-11-10
[tests] Move test_framework Bitcoin primitives into separate module
John Newbery
2017-11-08
[tests] Explicitly disallow support for p2p versions below 60001
John Newbery
2017-11-08
[tests] Remove support for p2p alert messages
John Newbery
2017-11-08
[tests] Remove support for bre-BIP31 ping messages
John Newbery
2017-11-08
[tests] Remove dead code from mininode.py
John Newbery
2017-11-06
Have SegWit active by default
Pieter Wuille
[next]