diff options
author | Adrian Sutton <adrian.sutton@consensys.net> | 2018-11-21 04:18:38 +0800 |
---|---|---|
committer | Adrian Sutton <adrian.sutton@consensys.net> | 2018-11-21 04:18:38 +0800 |
commit | c04fd9f3058094a4960a982f8a897ef463172c48 (patch) | |
tree | 2e91010075a1e9ff621aef08ab089225cb893e62 | |
parent | 07d004d3ef210c35c9829a1e3368fed97803bee5 (diff) | |
download | dexon-tests-c04fd9f3058094a4960a982f8a897ef463172c48.tar dexon-tests-c04fd9f3058094a4960a982f8a897ef463172c48.tar.gz dexon-tests-c04fd9f3058094a4960a982f8a897ef463172c48.tar.bz2 dexon-tests-c04fd9f3058094a4960a982f8a897ef463172c48.tar.lz dexon-tests-c04fd9f3058094a4960a982f8a897ef463172c48.tar.xz dexon-tests-c04fd9f3058094a4960a982f8a897ef463172c48.tar.zst dexon-tests-c04fd9f3058094a4960a982f8a897ef463172c48.zip |
Check self-destructed account via static call still exists.
6 files changed, 15 insertions, 3 deletions
diff --git a/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0.json b/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0.json index 4c2e46ade..1b9d8b7c8 100644 --- a/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0.json +++ b/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_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/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0Filler.json", - "sourceHash" : "d1238b70bcc0fda808d29174c0a4033375e8003d09e04989807f382ffcc640cb" + "sourceHash" : "f9ad783c17308ff21e9be93c3673814bbe5aad38d4adb9b350f865382b4d67ee" }, "blocks" : [ { diff --git a/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0.json b/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0.json index 79422ed12..8620ad679 100644 --- a/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0.json +++ b/BlockchainTests/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_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/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0Filler.json", - "sourceHash" : "690033a98b745beecff15f0178fd77a80816afb160e777d4d8a66262202bc81d" + "sourceHash" : "1c5d2eeede45e631166d3264ec0f289a94c8a62cde7175703fbc26e5b71cb65a" }, "blocks" : [ { diff --git a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json index 89cc5ce32..56bdbf2e5 100644 --- a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json +++ b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.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/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json", - "sourceHash" : "98ce0086886a80b074aee025a9ce4de09887e0316d9c1335c04377e2a8194fb8" + "sourceHash" : "3372b73bf48c1982b2a9ea5f9e836e9c6bac730166bdd3478703048fd1a25830" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0Filler.json index 20005c2d4..4f2d9e225 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0Filler.json @@ -32,6 +32,8 @@ { "network" : "Constantinople", "result" : { + "0x7be7677a20a298ff0676ab31f91a0a923f8d9471" : { + }, "0xdeadbeef00000000000000000000000000000000" : { "storage" : { "0x00" : "0x396daaf3a7871f857cc9b5878c6bb66c394a6d109706095617db9f4e4c22edcd", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0Filler.json index 74eedc2f4..a2816afea 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0Filler.json @@ -32,6 +32,11 @@ { "network" : "Constantinople", "result" : { + "0x7be7677a20a298ff0676ab31f91a0a923f8d9471" : { + "code" : "0x6000ff", + "storage" : { + } + }, "0xdeadbeef00000000000000000000000000000000" : { "storage" : { "0x00" : "0x396daaf3a7871f857cc9b5878c6bb66c394a6d109706095617db9f4e4c22edcd", diff --git a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json index 5a31948e0..920c8733b 100644 --- a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json +++ b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json @@ -29,6 +29,11 @@ "0x02": "0x396daaf3a7871f857cc9b5878c6bb66c394a6d109706095617db9f4e4c22edcd", "0x03": "0x03" } + }, + "7be7677a20a298ff0676ab31f91a0a923f8d9471": { + "code": "0x6000ff", + "storage": { + } } } } |