diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-08 09:48:30 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-08 09:48:30 -0800 |
| commit | 995cb284cfb234d3d05e29ad5163cacde9a8384b (patch) | |
| tree | e1c2279b69653c1f690cbca59e06d2292e6cbdd9 /src/test/data/script_valid.json | |
| parent | Merge pull request #3155 from wtogami/split_proto_var (diff) | |
| parent | Add a few more basic script/tx test-cases. (diff) | |
| download | discoin-995cb284cfb234d3d05e29ad5163cacde9a8384b.tar.xz discoin-995cb284cfb234d3d05e29ad5163cacde9a8384b.zip | |
Merge pull request #3223 from TheBlueMatt/master
Test changes
Diffstat (limited to 'src/test/data/script_valid.json')
| -rw-r--r-- | src/test/data/script_valid.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/test/data/script_valid.json b/src/test/data/script_valid.json index 13b0af6c4..e4c181cae 100644 --- a/src/test/data/script_valid.json +++ b/src/test/data/script_valid.json @@ -403,5 +403,13 @@ ["NOP", "NOP10 1"], ["0 0x01 1", "HASH160 0x14 0xda1745e9b549bd0bfa1a569971c77eba30cd5a4b EQUAL", "Very basic P2SH"], -["0x4c 0 0x01 1", "HASH160 0x14 0xda1745e9b549bd0bfa1a569971c77eba30cd5a4b EQUAL"] +["0x4c 0 0x01 1", "HASH160 0x14 0xda1745e9b549bd0bfa1a569971c77eba30cd5a4b EQUAL"], + +["0x40 0x42424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242", +"0x4d 0x4000 0x42424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242 EQUAL", +"Basic PUSH signedness check"], + +["0x4c 0x40 0x42424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242", +"0x4d 0x4000 0x42424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242 EQUAL", +"Basic PUSHDATA1 signedness check"] ] |