aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Sutton <adrian.sutton@consensys.net>2018-11-21 04:18:38 +0800
committerAdrian Sutton <adrian.sutton@consensys.net>2018-11-21 04:18:38 +0800
commitc04fd9f3058094a4960a982f8a897ef463172c48 (patch)
tree2e91010075a1e9ff621aef08ab089225cb893e62 /src
parent07d004d3ef210c35c9829a1e3368fed97803bee5 (diff)
downloaddexon-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.
Diffstat (limited to 'src')
-rw-r--r--src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountRecheckInOuterCall_d0g0v0Filler.json2
-rw-r--r--src/BlockchainTestsFiller/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall_d0g0v0Filler.json5
-rw-r--r--src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json5
3 files changed, 12 insertions, 0 deletions
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": {
+ }
}
}
}