diff options
author | Dimitry <dimitry@ethereum.org> | 2018-09-25 20:40:09 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-09-25 20:40:09 +0800 |
commit | e77d3ba583810fd2a41248270fb36e08dfe5f38e (patch) | |
tree | 544a9c05636acd53d5ef4972610a6877ddee9f38 /src/GeneralStateTestsFiller/stRandom/randomStatetest138Filler.json | |
parent | 3f5febc901913ef698f1b09dda8705babd729e4a (diff) | |
download | dexon-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar dexon-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.gz dexon-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.bz2 dexon-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.lz dexon-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.xz dexon-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.zst dexon-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.zip |
correct Constantinople expect section in state tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest138Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom/randomStatetest138Filler.json | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest138Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest138Filler.json index 513e47481..e24953585 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest138Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest138Filler.json @@ -53,7 +53,7 @@ "gas" : -1, "value" : -1 }, - "network" : [">=Byzantium"], + "network" : ["Byzantium"], "result" : { "0000000000000000000000000000000000020000" : { "balance" : "50000", @@ -83,6 +83,43 @@ } } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "0000000000000000000000000000000000020000" : { + "balance" : "50000", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1998178906", + "code" : "0x7f000000000000000000000000ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000c3507f00000000000000000000000000000000000000000000000000000000000000017f000000000000000000000000000000000000000000000000000000000000c3507f000000000000000000000000000000000000000000000000000000000000c3507f000000000000000000000000000000000000000000000000000000000000c350447f0000000000000000000000000000000000000000000000000000000000000001f1595160005155", + "nonce" : "0", + "storage" : { + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "85707", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + } } ], "pre" : { |