aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/mininode.py
AgeCommit message (Expand)Author
2020-04-03test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.pySebastian Falbesoner
2020-03-31test: add BIP37 'filterclear' test to p2p_filter.pySebastian Falbesoner
2020-03-25test: Add basic test for BIP 37MarcoFalke
2019-11-03Remove network_event_loop instance in close()JamesC
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-08-16test: Pass down correct chain name in testsMarcoFalke
2019-07-26test: Fail early on disconnect in mininode.wait_for_*MarcoFalke
2019-05-13test: Add test for p2p_blocksonlyMarcoFalke
2019-04-29Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_test t...MarcoFalke
2019-04-25QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sendin...Luke Dashjr
2019-03-19qa: mininode: Clearer error message on invalid magic bytesMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02build: Require python 3.5MarcoFalke
2019-01-24qa: Add tests for invalid message headersMarcoFalke
2018-11-13qa: Check specific reject reasons in feature_blockMarcoFalke
2018-11-07tests: Remove unused testing codepracticalswift
2018-11-06Merge #14522: tests: add invalid P2P message testsWladimir J. van der Laan
2018-11-01tests: add P2PConnection.send_raw_messageJames O'Beirne
2018-10-26[tests] Test that nodes respond to getdata with notfoundMarcoFalke
2018-10-10test: forward timeouts properly in send_blocks_and_testJames O'Beirne
2018-08-31qa: Read reject reasons from debug log, not p2p messagesMarcoFalke
2018-08-29qa: Use named args in some testsMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-11Merge #13915: [qa] Add test for max number of entries in locatorMarcoFalke
2018-08-10qa: Add p2p_invalid_locator testMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-23Skip is_closing() check when not available.Daniel Kraft
2018-07-19tests: fixes mininode's P2PConnection sending messages on closing transportmarcoagner
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-06-22[qa] mininode: Expose connection state through is_connectedMarcoFalke
2018-04-24qa: Clarify documentation for send_txs_and_testMarcoFalke
2018-04-16qa: Add test for orphan handlingMarcoFalke
2018-04-02[tests] Stop feature_block.py from blowing up memory.John Newbery
2018-03-21Fix typosDimitris Apostolou
2018-02-13Merge #11771: [tests] Change invalidtxrequest to use BitcoinTestFrameworkWladimir J. van der Laan
2018-01-30[tests] Add P2PDataStore classJohn Newbery
2018-01-29[tests] Reduce NodeConn connection logging from info to debugJohn Newbery
2018-01-28Fix typospracticalswift
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-11[tests] Add NetworkThread assertionsJohn Newbery
2017-12-11[tests] Add network_thread_ utility functions.John Newbery
2017-11-29[tests] Rename NodeConn and NodeConnCBJohn Newbery
2017-11-28[tests] Move version message sending from NodeConn to NodeConnCBJohn Newbery
2017-11-28[tests] Make NodeConnCB a subclass of NodeConnJohn Newbery
2017-11-28[tests] Move only: move NodeConnCB below NodeConnJohn Newbery
2017-11-28[tests] Tidy up mininodeJohn Newbery
2017-11-23[tests] Remove mininode periodic (half-hour) ping messagesJohn Newbery
2017-11-17Merge #11648: [tests] Add messages.pyWladimir J. van der Laan
2017-11-13qa: Remove unused NodeConn membersMarcoFalke
2017-11-10[tests] Tidy up mininode.py moduleJohn Newbery