| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [qa] Make comptool push blocks instead of relying on inv-fetch | mrbandrews | 2016-11-07 | 1 | -2/+17 |
| | | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -9/+8 |
| | | |||||
| * | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | 2016-04-10 | 1 | -3/+3 |
| | | |||||
| * | [qa] Use python2/3 syntax | MarcoFalke | 2016-03-31 | 1 | -3/+3 |
| | | |||||
| * | Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113 | Wladimir J. van der Laan | 2016-03-30 | 1 | -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_lock | NicolasDorier | 2016-03-21 | 1 | -0/+4 |
| | | | |||||
| * | | Create SingleNodeConnCB class for RPC tests | Alex Morcos | 2016-03-21 | 1 | -14/+0 |
| |/ | |||||
| * | Add missing copyright headers | MarcoFalke | 2016-01-05 | 1 | -1/+1 |
| | | |||||
| * | test: Add basic test for `reject` code | Wladimir J. van der Laan | 2015-12-09 | 1 | -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_map | Wladimir J. van der Laan | 2015-12-04 | 1 | -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.py | Casey Rodarmor | 2015-08-21 | 1 | -11/+41 |
| | | |||||
| * | Merge pull request #6539 | Wladimir J. van der Laan | 2015-08-19 | 1 | -1/+1 |
| |\ | | | | | | | 9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos) | ||||
| | * | typofixes (found by misspell_fixer) | Veres Lajos | 2015-08-10 | 1 | -1/+1 |
| | | | |||||
| * | | Fix race condition on test node shutdown | Casey Rodarmor | 2015-08-12 | 1 | -46/+48 |
| |/ | |||||
| * | Don't share objects between TestInstances | Casey Rodarmor | 2015-07-22 | 1 | -2/+2 |
| | | |||||
| * | [QA] restructure rpc tests directory | Jonas Schnelli | 2015-05-18 | 1 | -0/+341 |
| * move non-test classes to subdir `test-framework` | |||||