diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_callBasicFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_callBasicFiller.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_callBasicFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_callBasicFiller.json index cf426c2f3..8c208a5aa 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_callBasicFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_callBasicFiller.json @@ -11,7 +11,7 @@ "expect" : [ { "indexes" : { "data" : [0, 1], "gas" : -1, "value" : -1 }, - "network" : [">=Byzantium"], + "network" : ["Byzantium"], "result" : { "1000000000000000000000000000000000000000" : { "storage" : { @@ -22,6 +22,18 @@ } }, { + "indexes" : { "data" : [0, 1], "gas" : -1, "value" : -1 }, + "network" : [">=Constantinople"], + "result" : { + "1000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x00", + "0x01" : "0x0d64fa" + } + } + } + }, + { "indexes" : { "data" : [2], "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], "result" : { |