diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransitionTest/delegatecallAfterTransitionFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransitionTest/delegatecallAfterTransitionFiller.json | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stTransitionTest/delegatecallAfterTransitionFiller.json b/src/GeneralStateTestsFiller/stTransitionTest/delegatecallAfterTransitionFiller.json index a62016218..ee368ea10 100644 --- a/src/GeneralStateTestsFiller/stTransitionTest/delegatecallAfterTransitionFiller.json +++ b/src/GeneralStateTestsFiller/stTransitionTest/delegatecallAfterTransitionFiller.json @@ -9,13 +9,29 @@ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["Frontier"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x00", + "0x01" : "0x00" + } + } + } + }, { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["Homestead", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { @@ -65,4 +81,4 @@ ] } } -}
\ No newline at end of file +} |