diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2018-04-30 15:04:54 -0700 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-10 08:51:48 +0000 |
commit | 34d0e07e929c9dd12727d77896cc47f7ac4be680 (patch) | |
tree | 09f6196a5c0e143434a5d6e389ca0cfd92517110 /src/test | |
parent | 243a9c39250dee95b6fe62ac5ae2f8e3eafecf1b (diff) |
Test that OP_1-OP_16 (but not lower/higher) start witness programs
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/data/script_tests.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/data/script_tests.json b/src/test/data/script_tests.json index 724789bbf9..ad05240369 100644 --- a/src/test/data/script_tests.json +++ b/src/test/data/script_tests.json @@ -1269,6 +1269,10 @@ [["51", 0.00000000 ], "", "0 0x206e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "P2SH,WITNESS", "WITNESS_PROGRAM_MISMATCH", "Witness script hash mismatch"], [["00", 0.00000000 ], "", "0 0x206e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "", "OK", "Invalid witness script without WITNESS"], [["51", 0.00000000 ], "", "0 0x206e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "", "OK", "Witness script hash mismatch without WITNESS"], +[["51", 0.00000000 ], "", "-1 0x021234", "P2SH,WITNESS", "WITNESS_UNEXPECTED", "OP_1NEGATE does not introduce a witness program"], +[["51", 0.00000000 ], "00", "1 0x021234", "P2SH,WITNESS", "WITNESS_MALLEATED", "OP_1 does introduce a witness program"], +[["51", 0.00000000 ], "00", "16 0x021234", "P2SH,WITNESS", "WITNESS_MALLEATED", "OP_16 does introduce a witness program"], +[["51", 0.00000000 ], "", "NOP 0x021234", "P2SH,WITNESS", "WITNESS_UNEXPECTED", "NOP does not introduce a witness program"], ["Automatically generated test cases"], [ |