Skip to content

Commit

Permalink
Fix typos in OpenRPC specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovaacs committed Nov 8, 2024
1 parent 5f81980 commit 0b384ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
"schema": {
"title": "Estimation",
"type": "array",
"description": "a sequence of fee estimatione where the i'th estimate corresponds to the i'th transaction",
"description": "a sequence of fee estimation where the i'th estimate corresponds to the i'th transaction",
"items": {
"$ref": "#/components/schemas/FEE_ESTIMATE"
}
Expand Down Expand Up @@ -969,7 +969,7 @@
],
"result": {
"name": "result",
"description": "The requested storage proofs. Note that if a requested leaf has the default value, the path to it may end in an edge node whose path is not a prefix of the requested leaf, thus effecitvely proving non-membership",
"description": "The requested storage proofs. Note that if a requested leaf has the default value, the path to it may end in an edge node whose path is not a prefix of the requested leaf, thus effectively proving non-membership",
"schema": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -3617,7 +3617,7 @@
"DA_MODE": {
"title": "DA mode",
"type": "string",
"description": "Specifies a storage domain in Starknet. Each domain has different gurantess regarding availability",
"description": "Specifies a storage domain in Starknet. Each domain has different guarantees regarding availability",
"enum": ["L1", "L2"]
},
"RESOURCE_BOUNDS_MAPPING": {
Expand Down
6 changes: 3 additions & 3 deletions api/starknet_executables.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
"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",
"description": "a list of sizes of segments in the bytecode, each segment is hashed individually when computing the bytecode hash",
"items": {
"type": "integer"
}
Expand Down Expand Up @@ -181,7 +181,7 @@
"properties": {
"DoubleDeref": {
"title": "DoubleDeref",
"description": "A (CellRef, offsest) tuple",
"description": "A (CellRef, offset) tuple",
"type": "array",
"items": {
"oneOf": [
Expand Down Expand Up @@ -1363,4 +1363,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion api/starknet_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"name": {
"title": "name",
"type": "string",
"description": "the constructor name, currently forced to be `contructor`",
"description": "the constructor name, currently forced to be `constructor`",
"enum": ["constructor"]
},
"inputs": {
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
],
"result": {
"name": "simulated_transactions",
"description": "The execution trace and consuemd resources of the required transactions",
"description": "The execution trace and consumed resources of the required transactions",
"schema": {
"type": "array",
"items": {
Expand Down

0 comments on commit 0b384ab

Please sign in to comment.