From 8b65c8ea630a053e675c9a176ab9fc4e3311556c Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Thu, 6 Jul 2017 17:59:12 +0200 Subject: Add a case where exp length is 2^64 --- .../stPreCompiledContracts/modexp.json | 43 +++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'GeneralStateTests/stPreCompiledContracts/modexp.json') 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" -- cgit