aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/decodescript.py
Commit message (Collapse)AuthorAgeFilesLines
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-4/+5
|
* [qa] Switch to py3MarcoFalke2016-05-051-2/+2
|
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-12/+10
|
* [qa] Use python2/3 syntaxMarcoFalke2016-03-311-2/+2
|
* Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-151-2/+2
|
* Resolve issue 3166.mruddy2015-07-301-1/+71
| | | | | These changes decode valid SIGHASH types on signatures in assembly (asm) representations of scriptSig scripts. This squashed commit incorporates substantial helpful feedback from jtimon, laanwj, and sipa.
* add tests for the decodescript rpc. add mention of the rpc regression tests ↵mruddy2015-06-301-0/+116
to the testing seciton of the main readme.