-
Remove a comment referencing a file that no longer exists in the codebase:
script_invalid.json. -
Fix a test that isn’t implemented as intended. The idea is to test execution order by providing a signature that would cause script failure when parsed. An empty signature does not cause script failure in
CHECKMULTISIG. UseOP_1for the second signature instead ofOP_0. -
Copy existing
STRICTENCtests and change the flag toDERSIG.DERSIGis a consensus flag (unlikeSTRICTENC), so it’d be good to have dedicated test cases.
script_tests pass on my end.