Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-03-31 | [qa] Use python2/3 syntax | MarcoFalke | |
2016-03-30 | Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113 | Wladimir J. van der Laan | |
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) | |||
2016-03-21 | Create SingleNodeConnCB class for RPC tests | Alex Morcos | |
2016-03-21 | Test of BIP9 fork activation of mtp, csv, sequence_lock | NicolasDorier | |
2016-01-05 | Add missing copyright headers | MarcoFalke | |
2015-12-09 | test: Add basic test for `reject` code | Wladimir J. van der Laan | |
Extend P2P test framework to make it possible to expect reject codes for transactions and blocks. | |||
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-08-21 | Add p2p-fullblocktest.py | Casey Rodarmor | |
2015-08-19 | Merge pull request #6539 | Wladimir J. van der Laan | |
9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos) | |||
2015-08-12 | Fix race condition on test node shutdown | Casey Rodarmor | |
2015-08-10 | typofixes (found by misspell_fixer) | Veres Lajos | |
2015-07-22 | Don't share objects between TestInstances | Casey Rodarmor | |
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` |