Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-02 | [qa] Get rid of duplicate code | MarcoFalke | |
2016-10-02 | [qa] mininode: Only allow named args in wait_until | MarcoFalke | |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille | |
Includes changes by Suhas Daftuar, Luke-jr, and mruddy. | |||
2016-05-15 | [qa] Reduce node count for some tests | MarcoFalke | |
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-01 | [qa] rpc-tests: Properly use integers, floats | MarcoFalke | |
2016-03-21 | Create SingleNodeConnCB class for RPC tests | Alex Morcos | |
2016-03-14 | [qa] mininode: Add and use CONSTs | MarcoFalke | |
2016-01-04 | Merge pull request #7250 | Wladimir J. van der Laan | |
fa0a974 [qa] Move gen_return_txouts() to util.py (MarcoFalke) | |||
2015-12-24 | [qa] Move gen_return_txouts() to util.py | MarcoFalke | |
2015-12-04 | test: remove necessity to call create_callback_map | Wladimir J. van der Laan | |
Remove necessity to call create_callback_map (as well as the function itself) from the Python P2P test framework. Invoke the appropriate methods directly. - Easy to forget to call it and wonder why it doesn't work - Simplifies the code - This makes it easier to handle new messages in subclasses | |||
2015-11-13 | don't enforce maxuploadtargets disconnect for whitelisted peers | Jonas Schnelli | |
2015-11-12 | [net] Cleanup maxuploadtarget | MarcoFalke | |
* log: nMaxOutboundLimit is in bytes * log: Hide misleading -maxuploadtarget=0 warning * qa : Minor cleanup to maxuploadtarget rpc tests * net: Use DEFAULT_MAX_UPLOAD_TARGET = 0 | |||
2015-10-26 | Add RPC test for -maxuploadtarget | Suhas Daftuar | |