aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2018-03-29 03:46:29 +0800
committerDimitry <dimitry@ethereum.org>2018-05-15 22:43:32 +0800
commit346e829c149c5e4fcc46e465453e53e67ffe6b16 (patch)
tree3566c0b649b3754c7b886067abb2f75519749b9a /src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json
parent013aa117669dfe82b4ea289a7191fa6658da1334 (diff)
downloaddexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.gz
dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.zst
dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.zip
fix more tests with touch coinbase
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json')
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json b/src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json
index 1dfda2ea5..9e1a18c69 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/TransactionNonceCheck2Filler.json
@@ -15,10 +15,29 @@
"gas" : -1,
"value" : -1
},
- "network" : [">=Frontier"],
+ "network" : ["<EIP158"],
"result" : {
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"nonce" : "0"
+ },
+ "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
+ "balance" : "0"
+ }
+ }
+ },
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : -1,
+ "value" : -1
+ },
+ "network" : [">=EIP158"],
+ "result" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "0"
+ },
+ "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
+ "shouldnotexist" : "1"
}
}
}