dcrd/txscript/data
Dave Collins 7815f0c851
txscript: Remove low S verification flag.
This removes the ScriptVerifyLowS flag from the txscript package,
changes the default semantics to always enforce its behavior and updates
all callers in the repository accordingly.

This change is being made to simplify the script engine code since the
flag has always been active and required by consensus in Decred, so
there is no need to require a flag to conditionally toggle it.
2018-06-22 00:28:54 -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: Remove low S verification flag. 2018-06-22 00:28:54 -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