File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,11 @@ properties:
3838 description : |
3939 The context known to exist prior to the execution of the first
4040 instruction in the bytecode.
41+
42+ This field is **optional**. Omitting it is equivalent to specifying the
43+ empty context value (`{}`).
4144 $ref : " schema:ethdebug/format/program/context"
45+ default : {}
4246
4347 instructions :
4448 type : array
Original file line number Diff line number Diff line change 1313 - $ref : " schema:ethdebug/format/program/context/variables"
1414 - $ref : " schema:ethdebug/format/program/context/remark"
1515
16- minProperties : 1
1716unevaluatedProperties : false
1817
1918examples :
Original file line number Diff line number Diff line change @@ -43,11 +43,14 @@ properties:
4343 context :
4444 description : |
4545 The context known to exist following the execution of this instruction.
46+
47+ This field is **optional**. Omitting it is equivalent to specifying the
48+ empty context value (`{}`).
4649 $ref : " schema:ethdebug/format/program/context"
50+ default : {}
4751
4852required :
4953 - offset
50- - context
5154
5255examples :
5356 - offset : 0
You can’t perform that action at this time.
0 commit comments