aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2016-12-12 20:03:28 +0800
committerDimitry <winsvega@mail.ru>2016-12-12 20:03:28 +0800
commit934b04dd4bc7a7edf54d37197f8cf85f9fa61d47 (patch)
tree4a3d15e7984c9523ad76d3b03c917d073c346fe7 /src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json
parente4a51b79ae016c2c6b444322c5a2dc241a976d9d (diff)
downloaddexon-tests-934b04dd4bc7a7edf54d37197f8cf85f9fa61d47.tar
dexon-tests-934b04dd4bc7a7edf54d37197f8cf85f9fa61d47.tar.gz
dexon-tests-934b04dd4bc7a7edf54d37197f8cf85f9fa61d47.tar.bz2
dexon-tests-934b04dd4bc7a7edf54d37197f8cf85f9fa61d47.tar.lz
dexon-tests-934b04dd4bc7a7edf54d37197f8cf85f9fa61d47.tar.xz
dexon-tests-934b04dd4bc7a7edf54d37197f8cf85f9fa61d47.tar.zst
dexon-tests-934b04dd4bc7a7edf54d37197f8cf85f9fa61d47.zip
wallet transition transaction to EIP158
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json
index 62203a432..6387ad8e6 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json
@@ -27,6 +27,25 @@
"balance" : "900"
}
}
+ },
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : -1,
+ "value" : -1
+ },
+ "network" : ["EIP158"],
+ "result" : {
+ "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
+ "shouldnotexist" : "1"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "1"
+ },
+ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "900"
+ }
+ }
}
],
"pre" : {
@@ -43,7 +62,7 @@
"0x3240349548983454"
],
"gasLimit" : [
- "32600"
+ "32600", "60000"
],
"gasPrice" : "0",
"nonce" : "0",
@@ -54,4 +73,4 @@
]
}
}
-} \ No newline at end of file
+}