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/stStaticCall/static_Call1024PreCalls2Filler.json | |
parent | 3f5febc901913ef698f1b09dda8705babd729e4a (diff) | |
download | tangerine-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar tangerine-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.gz tangerine-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.bz2 tangerine-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.lz tangerine-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.xz tangerine-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.tar.zst tangerine-tests-e77d3ba583810fd2a41248270fb36e08dfe5f38e.zip |
correct Constantinople expect section in state tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json b/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json index 5b3517d8e..49e244d94 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : [">=Byzantium"], + "network" : ["Byzantium"], "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { @@ -35,6 +35,30 @@ }, { "indexes" : { + "data" : 0, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x0400", + "0x01" : "0x01", + "0x02" : "0x00", + "0x03" : "0x00" + } + }, + "1000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x01", + "0x01" : "0x7fffffffffcc0bfd" + } + } + } + }, + { + "indexes" : { "data" : 1, "gas" : -1, "value" : -1 |