aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/mininode.py
Commit message (Expand)AuthorAgeFilesLines
* qa: Use named args in some testsMarcoFalke2018-10-241-5/+5
* tests: Use explicit importspracticalswift2018-08-131-1/+1
* Merge #13915: [qa] Add test for max number of entries in locatorMarcoFalke2018-08-111-0/+9
|\
| * qa: Add p2p_invalid_locator testMarcoFalke2018-08-101-0/+9
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Skip is_closing() check when not available.Daniel Kraft2018-07-231-1/+11
* tests: fixes mininode's P2PConnection sending messages on closing transportmarcoagner2018-07-191-1/+1
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-119/+59
* [qa] mininode: Expose connection state through is_connectedMarcoFalke2018-06-221-32/+36
* qa: Clarify documentation for send_txs_and_testMarcoFalke2018-04-241-1/+1
* qa: Add test for orphan handlingMarcoFalke2018-04-161-4/+7
* [tests] Stop feature_block.py from blowing up memory.John Newbery2018-04-021-2/+2
* Fix typosDimitris Apostolou2018-03-211-2/+2
* Merge #11771: [tests] Change invalidtxrequest to use BitcoinTestFrameworkWladimir J. van der Laan2018-02-131-2/+151
|\
| * [tests] Add P2PDataStore classJohn Newbery2018-01-301-1/+150
| * [tests] Reduce NodeConn connection logging from info to debugJohn Newbery2018-01-291-1/+1
* | Fix typospracticalswift2018-01-281-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* [tests] Add NetworkThread assertionsJohn Newbery2017-12-111-0/+7
* [tests] Add network_thread_ utility functions.John Newbery2017-12-111-3/+24
* [tests] Rename NodeConn and NodeConnCBJohn Newbery2017-11-291-14/+8
* [tests] Move version message sending from NodeConn to NodeConnCBJohn Newbery2017-11-281-11/+14
* [tests] Make NodeConnCB a subclass of NodeConnJohn Newbery2017-11-281-63/+75
* [tests] Move only: move NodeConnCB below NodeConnJohn Newbery2017-11-281-138/+139
* [tests] Tidy up mininodeJohn Newbery2017-11-281-11/+24
* [tests] Remove mininode periodic (half-hour) ping messagesJohn Newbery2017-11-231-5/+0
* Merge #11648: [tests] Add messages.pyWladimir J. van der Laan2017-11-171-1383/+93
|\
| * [tests] Tidy up mininode.py moduleJohn Newbery2017-11-101-78/+92
| * [tests] Move test_framework Bitcoin primitives into separate moduleJohn Newbery2017-11-101-1305/+1
* | qa: Remove unused NodeConn membersMarcoFalke2017-11-131-5/+1
|/
* [tests] Explicitly disallow support for p2p versions below 60001John Newbery2017-11-081-42/+26
* [tests] Remove support for p2p alert messagesJohn Newbery2017-11-081-96/+0
* [tests] Remove support for bre-BIP31 ping messagesJohn Newbery2017-11-081-22/+1
* [tests] Remove dead code from mininode.pyJohn Newbery2017-11-081-32/+5
* Have SegWit active by defaultPieter Wuille2017-11-061-2/+2
* Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan2017-10-181-1/+0
|\
| * qa: Remove never used return value of sync_with_pingMarcoFalke2017-10-131-1/+0
* | [tests] Don't subclass from object for Python 3John Newbery2017-10-161-43/+43
* | [test] P2P functional test for certain fingerprinting protectionsJim Posen2017-10-031-2/+2
|/
* Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent futur...MarcoFalke2017-09-291-7/+7
|\
| * qa: Treat mininode p2p exceptions as fatalSuhas Daftuar2017-09-131-7/+7
* | Merge #11323: mininode: add an optimistic write and disable nagleMarcoFalke2017-09-181-1/+9
|\ \
| * | mininode: add an optimistic write and disable nagleCory Fields2017-09-131-1/+9
| |/
* | Merge #11078: [tests] Make p2p-leaktests.py more robustMarcoFalke2017-09-131-0/+1
|\ \ | |/ |/|
| * [tests] Make p2p-leaktests.py more robustJohn Newbery2017-08-241-0/+1
* | Remove unused variables and/or function callspracticalswift2017-08-281-9/+2
|/
* qa: Move wait_until to utilMarcoFalke2017-08-171-25/+8
* [tests] Test disconnecting unsupported service bits logic.John Newbery2017-08-071-0/+2
* Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* [tests] Make wait_until timeout 60 seconds by defaultJohn Newbery2017-05-091-0/+2