From 635591d901d85935fd1a23bc084103c7fe68cf93 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Mon, 24 Jul 2017 12:48:21 +0200 Subject: Change the modexp tests after the gas formula has been changed in https://github.com/ethereum/EIPs/commit/4d4d8fb --- .../modexp_37120_37111_1_1000000.json | 24 +++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_1_1000000.json') diff --git a/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_1_1000000.json b/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_1_1000000.json index 9cf0063dd..478143f96 100644 --- a/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_1_1000000.json +++ b/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_1_1000000.json @@ -2,7 +2,7 @@ "modexp_37120_37111_1_1000000" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.b352d835.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_37111_1_1000000Filler.json" }, "env" : { @@ -22,7 +22,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "EIP158" : [ @@ -32,7 +34,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Frontier" : [ @@ -42,7 +46,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Homestead" : [ @@ -52,17 +58,21 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Metropolis" : [ { - "hash" : "0xbbb53e804540183332525ae3893a92ba06c3529aa10caf0c34df2c0d2c4291b0", + "hash" : "0xf0ae90f0c97de213edf08a1ccd0e8d818bd9881765c2c12647f3a38e145d329d", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ] }, -- cgit