diff options
author | Dimitry <dimitry@ethdev.com> | 2016-12-20 23:08:11 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-12-20 23:08:11 +0800 |
commit | 55125b1fdd58942077e8a78c81dee9d58a43a334 (patch) | |
tree | 10fcf9270d79a779499abfe180619edc7eee24da /src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json | |
parent | bedfa3a50a8daf3161e6795eabbf4bfd7d359c48 (diff) | |
download | dexon-tests-55125b1fdd58942077e8a78c81dee9d58a43a334.tar dexon-tests-55125b1fdd58942077e8a78c81dee9d58a43a334.tar.gz dexon-tests-55125b1fdd58942077e8a78c81dee9d58a43a334.tar.bz2 dexon-tests-55125b1fdd58942077e8a78c81dee9d58a43a334.tar.lz dexon-tests-55125b1fdd58942077e8a78c81dee9d58a43a334.tar.xz dexon-tests-55125b1fdd58942077e8a78c81dee9d58a43a334.tar.zst dexon-tests-55125b1fdd58942077e8a78c81dee9d58a43a334.zip |
finish eip150 tests to GeneralStateTests
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json index 6387ad8e6..b7825b512 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostWithDataFiller.json @@ -34,6 +34,25 @@ "gas" : -1, "value" : -1 }, + "network" : ["EIP150"], + "result" : { + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "nonce" : "0" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "1" + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "900" + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, "network" : ["EIP158"], "result" : { "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { |