diff options
4 files changed, 7 insertions, 2 deletions
diff --git a/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0.json b/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0.json index bc3a4380f..fa38b27e6 100644 --- a/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0.json +++ b/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0.json @@ -5,7 +5,7 @@ "filledwith" : "testeth 1.5.0-alpha.6-1+commit.19ad7d95.dirty", "lllcversion" : "Version: 0.5.0-develop.2018.9.29+commit.c4b5101b.Darwin.appleclang", "source" : "src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0Filler.json", - "sourceHash" : "471231989d740e9224dc7fdcb3a416938c9c918a711ed2676dbd8b028c9fe3ff" + "sourceHash" : "43dc93d23b9377a43f4684e7c3abfb612edf3b876cde03e20b1706e18a30f023" }, "blocks" : [ { diff --git a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json index 4bde7b03b..9bf97cdd8 100644 --- a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json +++ b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json @@ -5,7 +5,7 @@ "filledwith" : "testeth 1.5.0-alpha.6-1+commit.19ad7d95.dirty", "lllcversion" : "Version: 0.5.0-develop.2018.9.29+commit.c4b5101b.Darwin.appleclang", "source" : "src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCallFiller.json", - "sourceHash" : "929618720bfddefd40804dbb348ac7180e9fbe484a9e0fbaf7cc030f66ece6f5" + "sourceHash" : "a0cc361e8f2e2d0400df6852c05e605fa8028a1d51a207e78819b78fca658ae8" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0Filler.json index 91a834e57..2a0eb2e84 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall_d0g0v0Filler.json @@ -32,6 +32,8 @@ { "network" : "Constantinople", "result" : { + "0x7be7677a20a298ff0676ab31f91a0a923f8d9471" : { + }, "0xdeadbeef00000000000000000000000000000000" : { "storage" : { "0x00" : "0x396daaf3a7871f857cc9b5878c6bb66c394a6d109706095617db9f4e4c22edcd", diff --git a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCallFiller.json b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCallFiller.json index 5cb7475d8..dbd65f02f 100644 --- a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCallFiller.json +++ b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCallFiller.json @@ -29,6 +29,9 @@ "0x02": "0x396daaf3a7871f857cc9b5878c6bb66c394a6d109706095617db9f4e4c22edcd", "0x03": "0x03" } + }, + "7be7677a20a298ff0676ab31f91a0a923f8d9471": { + "shouldnotexist": "1" } } } |