diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-07-06 23:59:12 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-07-06 23:59:12 +0800 |
commit | 8b65c8ea630a053e675c9a176ab9fc4e3311556c (patch) | |
tree | a31fd724ab42e014f42ad3e0575c69a1d73199b8 /GeneralStateTests/stPreCompiledContracts/modexp.json | |
parent | 9dd551b4aaa6b12d2a90940f505eb12d295889fa (diff) | |
download | tangerine-tests-8b65c8ea630a053e675c9a176ab9fc4e3311556c.tar tangerine-tests-8b65c8ea630a053e675c9a176ab9fc4e3311556c.tar.gz tangerine-tests-8b65c8ea630a053e675c9a176ab9fc4e3311556c.tar.bz2 tangerine-tests-8b65c8ea630a053e675c9a176ab9fc4e3311556c.tar.lz tangerine-tests-8b65c8ea630a053e675c9a176ab9fc4e3311556c.tar.xz tangerine-tests-8b65c8ea630a053e675c9a176ab9fc4e3311556c.tar.zst tangerine-tests-8b65c8ea630a053e675c9a176ab9fc4e3311556c.zip |
Add a case where exp length is 2^64
Diffstat (limited to 'GeneralStateTests/stPreCompiledContracts/modexp.json')
-rw-r--r-- | GeneralStateTests/stPreCompiledContracts/modexp.json | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/GeneralStateTests/stPreCompiledContracts/modexp.json b/GeneralStateTests/stPreCompiledContracts/modexp.json index c5817b927..91044f4b4 100644 --- a/GeneralStateTests/stPreCompiledContracts/modexp.json +++ b/GeneralStateTests/stPreCompiledContracts/modexp.json @@ -246,6 +246,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x04c1a9eddf133cae0729735fa6251863e2ea8e0760d4205a75bc87803555a1f3", + "indexes" : { + "data" : 29, + "gas" : 0, + "value" : 0 + } } ], "EIP158" : [ @@ -480,6 +488,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x04c1a9eddf133cae0729735fa6251863e2ea8e0760d4205a75bc87803555a1f3", + "indexes" : { + "data" : 29, + "gas" : 0, + "value" : 0 + } } ], "Frontier" : [ @@ -714,6 +730,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbbe41bbf20a3f2663091f141148c584776955f1ddfe40a9c56eeb43c63cf961f", + "indexes" : { + "data" : 29, + "gas" : 0, + "value" : 0 + } } ], "Homestead" : [ @@ -948,6 +972,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbbe41bbf20a3f2663091f141148c584776955f1ddfe40a9c56eeb43c63cf961f", + "indexes" : { + "data" : 29, + "gas" : 0, + "value" : 0 + } } ], "Metropolis" : [ @@ -1182,6 +1214,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x04c1a9eddf133cae0729735fa6251863e2ea8e0760d4205a75bc87803555a1f3", + "indexes" : { + "data" : 29, + "gas" : 0, + "value" : 0 + } } ] }, @@ -1231,7 +1271,8 @@ "0x000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001001001010010", "0x000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000064", "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000020200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030006", - "0x00000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000" + "0x00000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000", + "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000" ], "gasLimit" : [ "0x05f5e100" |