aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stSystemOperationsTest
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2018-03-28 23:05:32 +0800
committerDimitry <dimitry@ethereum.org>2018-05-15 22:43:32 +0800
commit013aa117669dfe82b4ea289a7191fa6658da1334 (patch)
treeca6962bf51151ebd08d902444fffd2f42922d470 /src/GeneralStateTestsFiller/stSystemOperationsTest
parent65184583143d1c31f0c360280bc247c952f25ae4 (diff)
downloaddexon-tests-013aa117669dfe82b4ea289a7191fa6658da1334.tar.gz
dexon-tests-013aa117669dfe82b4ea289a7191fa6658da1334.tar.zst
dexon-tests-013aa117669dfe82b4ea289a7191fa6658da1334.zip
fix more tests
touched coinbase should exist in the post state
Diffstat (limited to 'src/GeneralStateTestsFiller/stSystemOperationsTest')
-rw-r--r--src/GeneralStateTestsFiller/stSystemOperationsTest/suicideCoinbaseFiller.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideCoinbaseFiller.json b/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideCoinbaseFiller.json
index be690d4d3..19c2131b5 100644
--- a/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideCoinbaseFiller.json
+++ b/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideCoinbaseFiller.json
@@ -20,6 +20,11 @@
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "1999999999999989498",
"nonce" : "1"
+ },
+ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
+ "balance" : "0",
+ "code" : "",
+ "//comment" : "Coinbase is being touched after transaction execution"
}
}
},
@@ -29,11 +34,14 @@
"gas" : -1,
"value" : -1
},
- "network" : ["EIP150", ">=EIP158"],
+ "network" : [">=EIP158"],
"result" : {
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "1999999999999986998",
"nonce" : "1"
+ },
+ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
+ "shouldnotexist" : "1"
}
}
}