lbcd/txscript/data
Dave Collins f284b9b394 txscript: Match Bitcoin Core OP_IFDUP behavior.
Unlike OP_IF and OP_NOTIF which interpret the top stack item as a
number, OP_IFDUP interprets it as a boolean.  This has important
consequences because numbers are imited to int32s while booleans can be
an arbitrary number of bytes.

The offending script was found and reported by Jonas Nick through the
use of fuzzing.
2015-05-05 15:06:20 -05:00
..
LICENSE Import btcscript repo into txscript directory. 2015-01-30 10:30:16 -06:00
script_invalid.json txscript: Cleanup and improve opcode tests. 2015-04-28 03:19:00 -05:00
script_valid.json txscript: Match Bitcoin Core OP_IFDUP behavior. 2015-05-05 15:06:20 -05:00
tx_invalid.json txscript: Add new verification flags. 2015-02-12 12:27:44 -05:00
tx_valid.json txscript: Add new verification flags. 2015-02-12 12:27:44 -05:00