aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/comptool.py
Commit message (Collapse)AuthorAgeFilesLines
* [qa] Make comptool push blocks instead of relying on inv-fetchmrbandrews2016-11-071-2/+17
|
* [qa] Switch to py3MarcoFalke2016-05-051-9/+8
|
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-3/+3
|
* [qa] Use python2/3 syntaxMarcoFalke2016-03-311-3/+3
|
* Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113Wladimir J. van der Laan2016-03-301-0/+4
|\ | | | | | | | | | | | | | | | | 71527a0 Test of BIP9 fork activation of mtp, csv, sequence_lock (NicolasDorier) 19d73d5 Add RPC test for BIP 68/112/113 soft fork. (Alex Morcos) 12c89c9 Policy: allow transaction version 2 relay policy. (BtcDrak) 02c2435 Soft fork logic for BIP68 (BtcDrak) 478fba6 Soft fork logic for BIP113 (BtcDrak) 65751a3 Add CHECKSEQUENCEVERIFY softfork through BIP9 (Pieter Wuille)
| * Test of BIP9 fork activation of mtp, csv, sequence_lockNicolasDorier2016-03-211-0/+4
| |
* | Create SingleNodeConnCB class for RPC testsAlex Morcos2016-03-211-14/+0
|/
* Add missing copyright headersMarcoFalke2016-01-051-1/+1
|
* test: Add basic test for `reject` codeWladimir J. van der Laan2015-12-091-0/+40
| | | | | Extend P2P test framework to make it possible to expect reject codes for transactions and blocks.
* test: remove necessity to call create_callback_mapWladimir J. van der Laan2015-12-041-1/+0
| | | | | | | | | | 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
* Add p2p-fullblocktest.pyCasey Rodarmor2015-08-211-11/+41
|
* Merge pull request #6539Wladimir J. van der Laan2015-08-191-1/+1
|\ | | | | | | 9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos)
| * typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
| |
* | Fix race condition on test node shutdownCasey Rodarmor2015-08-121-46/+48
|/
* Don't share objects between TestInstancesCasey Rodarmor2015-07-221-2/+2
|
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-0/+341
* move non-test classes to subdir `test-framework`