diff options
author | Dimitry <winsvega@mail.ru> | 2016-12-09 22:17:42 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-12-09 22:17:42 +0800 |
commit | d350f5c96a1fb253d2a271c96d2051eb311737f4 (patch) | |
tree | da87715fd38b26e408f6a0dd78777c9368de0db6 /src/GeneralStateTestsFiller/stSpecialTest/tx_e1c174e2Filler.json | |
parent | df97106322e39ced3007bb3fee6b96003c791b5a (diff) | |
download | dexon-tests-d350f5c96a1fb253d2a271c96d2051eb311737f4.tar dexon-tests-d350f5c96a1fb253d2a271c96d2051eb311737f4.tar.gz dexon-tests-d350f5c96a1fb253d2a271c96d2051eb311737f4.tar.bz2 dexon-tests-d350f5c96a1fb253d2a271c96d2051eb311737f4.tar.lz dexon-tests-d350f5c96a1fb253d2a271c96d2051eb311737f4.tar.xz dexon-tests-d350f5c96a1fb253d2a271c96d2051eb311737f4.tar.zst dexon-tests-d350f5c96a1fb253d2a271c96d2051eb311737f4.zip |
upgrade eip158 to general tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stSpecialTest/tx_e1c174e2Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stSpecialTest/tx_e1c174e2Filler.json | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stSpecialTest/tx_e1c174e2Filler.json b/src/GeneralStateTestsFiller/stSpecialTest/tx_e1c174e2Filler.json index f4dca3bdb..03a60f0a3 100644 --- a/src/GeneralStateTestsFiller/stSpecialTest/tx_e1c174e2Filler.json +++ b/src/GeneralStateTestsFiller/stSpecialTest/tx_e1c174e2Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["Frontier", "Homestead"], "result" : { "0dc02922f33e45537411b9f92a1dcc9750ba9932" : { "storage" : { @@ -27,6 +27,25 @@ "nonce" : "0x19" } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["EIP158"], + "result" : { + "0dc02922f33e45537411b9f92a1dcc9750ba9932" : { + "storage" : { + "0x160000000000000000000000000000000000000000" : "0x01" + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "998612851578200764", + "nonce" : "0x19" + } + } } ], "pre" : { @@ -63,4 +82,4 @@ ] } } -}
\ No newline at end of file +} |