From 8b084082eddbde956a0ece40f06489b49b93e3c3 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Mon, 10 Jul 2017 17:56:20 +0200 Subject: Expect zeros in the storage of an overwritten contract --- .../createJS_ExampleContract.json | 30 ++++++++++++++-------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'GeneralStateTests') diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json b/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json index b7d37a403..ae3ad8bff 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.57f8eb2b.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.e262eefd.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json" }, "env" : { @@ -16,42 +16,50 @@ "post" : { "EIP150" : [ { - "hash" : "0x79cec0dcf78cfc0ce36fa009677ea0e155d1e0b455e5293392d44d03fbd37b30", + "hash" : "0xfa6ad7de38ebb87bba885a011b42db857ef3dbcad0785fa227a64c278cf67aa6", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "EIP158" : [ { - "hash" : "0xe2008905f4a23c83700e68796fcc26a6226605bab8ab75e382f3f4f133862667", + "hash" : "0x76778cf36d1b30637d2cfac4b7fe1101c6ba3c4e3485b2d7b0cf57e7da4e5f87", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Frontier" : [ { - "hash" : "0xa16625e1f3cb3713fcfa0d5160b6b09d3ce45c712f1a9650412e5aa54fe1998e", + "hash" : "0xaa4a4f33edbf9933dec6709b7c6295e17707fb5b8bf9fd231490cd36aef1d730", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Homestead" : [ { - "hash" : "0x79cec0dcf78cfc0ce36fa009677ea0e155d1e0b455e5293392d44d03fbd37b30", + "hash" : "0xfa6ad7de38ebb87bba885a011b42db857ef3dbcad0785fa227a64c278cf67aa6", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Metropolis" : [ @@ -61,7 +69,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ] }, -- cgit