dcrd/txscript/data
Dave Collins 39be89d2eb
txscript: Improve and correct some script tests.
This corrects some of the script tests which were not properly updated
for the differences introduced by Decred as well as adds some additional
tests for some updated semantics.

Namely:

- Correct the redeem script hash of several tests so they fail for the
  intended reason instead of due to having an invalid script hash
- Correct multisig tests to remove the dummy parameter which is not
  needed by Decred
- Change the tests for previously reserved opcodes to discouraged
  upgradable NOP tests to match their new semantics
- Add tests to ensure all discourage NOPs are allowed when in an
  unexecuted branch
- Add tests to ensure all reserved opcodes that are not always illegal
  are allowed when in an unexecuted branch
2018-06-15 13:18:14 -05:00
..
LICENSE txscript: Add JSON-based signature hash tests. 2018-04-30 12:14:14 -05:00
many_inputs_tx.hex txscript: Add benchmark for sighash calculation. 2018-05-01 08:51:38 -05:00
script_invalid.json txscript: Improve and correct some script tests. 2018-06-15 13:18:14 -05:00
script_valid.json txscript: Improve and correct some script tests. 2018-06-15 13:18:14 -05:00
sighash.json txscript: Correct JSON-based signature hash tests. 2018-04-30 18:18:18 -05:00
tx_invalid.json txscript: Update CSV to match tests in DCP0003. 2018-06-14 10:10:39 -05:00
tx_valid.json txscript: Update CSV to match tests in DCP0003. 2018-06-14 10:10:39 -05:00