aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/mininode.py
AgeCommit message (Expand)Author
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
2017-11-10[tests] Move test_framework Bitcoin primitives into separate moduleJohn Newbery
2017-11-08[tests] Explicitly disallow support for p2p versions below 60001John Newbery
2017-11-08[tests] Remove support for p2p alert messagesJohn Newbery
2017-11-08[tests] Remove support for bre-BIP31 ping messagesJohn Newbery
2017-11-08[tests] Remove dead code from mininode.pyJohn Newbery
2017-11-06Have SegWit active by defaultPieter Wuille
2017-10-18Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-13qa: Remove never used return value of sync_with_pingMarcoFalke
2017-10-03[test] P2P functional test for certain fingerprinting protectionsJim Posen
2017-09-29Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent futur...MarcoFalke
2017-09-18Merge #11323: mininode: add an optimistic write and disable nagleMarcoFalke
2017-09-13mininode: add an optimistic write and disable nagleCory Fields