aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/script.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix SIGHASH_SINGLE bug in test_framework SignatureHashJohnson Lau2016-09-061-1/+1
| | | The value for "other" inputs should be -1 (0xffffffffffffffff) instead of 0
* Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak2016-06-281-4/+4
|
* [qa] p2p segwit testsSuhas Daftuar2016-06-221-1/+51
| | | | | | | | | | | | mininode now supports witness transactions/blocks, blocktools has a helper for adding witness commitments to blocks, and script has a function to calculate hashes for signature under sigversion 1, used by segwit. Py3 conversion by Marco Falke Test to make sure upgraded nodes don't ask for non-wit blocks by Gregory Sanders.
* [qa] Switch to py3MarcoFalke2016-05-051-5/+6
|
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-2/+2
|
* [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-4/+4
|
* Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-151-4/+4
|
* Add p2p-fullblocktest.pyCasey Rodarmor2015-08-211-2/+2
|
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-0/+896
* move non-test classes to subdir `test-framework`