From cf18d3b941888a6bf17db5d13e028c92e7a7001e Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 4 Sep 2018 16:07:52 +0300 Subject: refill collision test --- .../stCreate2/create2collisionStorage.json | 37 +++++++++++++++++++--- 1 file changed, 32 insertions(+), 5 deletions(-) (limited to 'GeneralStateTests/stCreate2/create2collisionStorage.json') diff --git a/GeneralStateTests/stCreate2/create2collisionStorage.json b/GeneralStateTests/stCreate2/create2collisionStorage.json index a730a12ac..912b979fd 100644 --- a/GeneralStateTests/stCreate2/create2collisionStorage.json +++ b/GeneralStateTests/stCreate2/create2collisionStorage.json @@ -2,10 +2,10 @@ "create2collisionStorage" : { "_info" : { "comment" : "create2 generates an account that already exists and has storage != 0", - "filledwith" : "testeth 1.5.0.dev2+commit.0397a837.dirty", + "filledwith" : "testeth 1.5.0.dev2+commit.e5553c60.dirty", "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++", "source" : "src/GeneralStateTestsFiller/stCreate2/create2collisionStorageFiller.json", - "sourceHash" : "c46b7b85b0e53dabfe9c426e3985546f4d218dceaccb5a1fa1af921b6ea49136" + "sourceHash" : "ad1d9027ed6b738fe8d1d7563a82fec6a263eaf5fc2f2f0dd3bd2782ac6bb887" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", @@ -18,24 +18,42 @@ "post" : { "Byzantium" : [ { - "hash" : "0xd086ddbd06a36f9f5f78ea4cfd39f0930fec271fda68a786e0dac75b1c4f5e69", + "hash" : "0x71432f0771002a94bd579c485d3cb7194918a7b1805469d0f4fc5af21f904d29", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + { + "hash" : "0x71432f0771002a94bd579c485d3cb7194918a7b1805469d0f4fc5af21f904d29", + "indexes" : { + "data" : 1, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" } ], "Constantinople" : [ { - "hash" : "0xc5f9c36d995fd94ffad0bbcaf4ab01183bf7574152dcca0182d3c4e4720434e0", + "hash" : "0x31923c6a83a39f531e5d6368c4d89d29b4df773dc0ab7ea7df9cb5d09a745277", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + { + "hash" : "0xb48f40df6ef90d17292152831dccd85c926a7fbe4931be54dc06b6708845851f", + "indexes" : { + "data" : 1, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" } ] }, @@ -47,6 +65,14 @@ "storage" : { } }, + "0xaf3ecba2fe09a4f6c19f16a9d119e44e08c2da01" : { + "balance" : "0x00", + "code" : "", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x01" + } + }, "0xe2b35478fdd26477cc576dd906e6277761246a3c" : { "balance" : "0x00", "code" : "", @@ -58,7 +84,8 @@ }, "transaction" : { "data" : [ - "0x6000600060006000f5" + "0x6000600060006000f5", + "0x64600160015560005260006005601b6000f5" ], "gasLimit" : [ "0x061a80" -- cgit