From 1d36e6f054bca6aba4ffce6b5cf885ea3afe2c3f Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 4 Aug 2017 13:26:54 +0200 Subject: Change tests so that the storage is cleared before, not after contract initialization --- .../stCallCreateCallCodeTest/createJS_ExampleContract.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'GeneralStateTests') diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json b/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json index 32c1b0856..2bcc82b53 100644 --- a/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json +++ b/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json @@ -2,7 +2,7 @@ "createJS_ExampleContract" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.2f9e729d.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json" }, "env" : { @@ -16,7 +16,7 @@ "post" : { "Byzantium" : [ { - "hash" : "0x76778cf36d1b30637d2cfac4b7fe1101c6ba3c4e3485b2d7b0cf57e7da4e5f87", + "hash" : "0x47997b31a4b872334cf7630b84b14385e84a56c3004147c8340cb221ee54a64c", "indexes" : { "data" : 0, "gas" : 0, @@ -40,7 +40,7 @@ ], "EIP150" : [ { - "hash" : "0xfa6ad7de38ebb87bba885a011b42db857ef3dbcad0785fa227a64c278cf67aa6", + "hash" : "0xcbd303b75efc04ae0d2eeb8cda08a086ece1f651b39338e42eb9d4446c118981", "indexes" : { "data" : 0, "gas" : 0, @@ -52,7 +52,7 @@ ], "EIP158" : [ { - "hash" : "0x76778cf36d1b30637d2cfac4b7fe1101c6ba3c4e3485b2d7b0cf57e7da4e5f87", + "hash" : "0x47997b31a4b872334cf7630b84b14385e84a56c3004147c8340cb221ee54a64c", "indexes" : { "data" : 0, "gas" : 0, @@ -64,7 +64,7 @@ ], "Frontier" : [ { - "hash" : "0xaa4a4f33edbf9933dec6709b7c6295e17707fb5b8bf9fd231490cd36aef1d730", + "hash" : "0x6f601e073bf2d20e627cdf13f1e9976888658813d0f9425c57d07650bc1de7de", "indexes" : { "data" : 0, "gas" : 0, @@ -76,7 +76,7 @@ ], "Homestead" : [ { - "hash" : "0xfa6ad7de38ebb87bba885a011b42db857ef3dbcad0785fa227a64c278cf67aa6", + "hash" : "0xcbd303b75efc04ae0d2eeb8cda08a086ece1f651b39338e42eb9d4446c118981", "indexes" : { "data" : 0, "gas" : 0, -- cgit