Skip to content

Commit

Permalink
Merge pull request #239 from franciszekjob/franciszekjob/fix-starknet…
Browse files Browse the repository at this point in the history
…-executables-indentation

Fix `bytecode_segment_lengths` indentation; Fix Immediate title (#239)
  • Loading branch information
ArielElp authored Nov 6, 2024
2 parents 19ab9d4 + 2a2cabd commit 2abbd5f
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions api/starknet_executables.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
"minItems": 2,
"maxItems": 2
}
}
},
"bytecode_segment_lengths": {
"type": "array",
"description": "a list of sizes of segments in the bytecode, each segment is hashed invidually when computing the bytecode hash",
"items": {
"type": "integer"
},
"bytecode_segment_lengths": {
"type": "array",
"description": "a list of sizes of segments in the bytecode, each segment is hashed invidually when computing the bytecode hash",
"items": {
"type": "integer"
}
}
},
"required": [
Expand Down Expand Up @@ -202,7 +202,7 @@
]
},
"Immediate": {
"title": "Imeediate",
"title": "Immediate",
"type": "object",
"properties": {
"Immediate": {
Expand All @@ -213,11 +213,13 @@
"Immediate"
]
},
"BinOp": {
"BinOp":{
"title": "BinOperand",
"type": "object",
"properties": {
"properties":{
"BinOp": {
"type": "object",
"properties": {
"op": {
"type": "string",
"enum": [
Expand All @@ -238,12 +240,16 @@
}
]
}
},
"required":[
"op",
"a",
"b"
]
}
},
"required": [
"BinOp",
"a",
"b"
"required":[
"BinOp"
]
},
"ResOperand": {
Expand Down

0 comments on commit 2abbd5f

Please sign in to comment.