Skip to content

Commit

Permalink
Merge pull request #147 from starkware-libs/omri/fix-execution_resour…
Browse files Browse the repository at this point in the history
…ces-schema

fix: fix execution_resources schema (#147)
  • Loading branch information
OmriEshhar1 authored Oct 16, 2023
2 parents c0980ed + bb00ec4 commit f505557
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3278,47 +3278,47 @@
"steps": {
"title": "Steps",
"description": "The number of Cairo steps used",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"memory_holes": {
"title": "Memory holes",
"description": "The number of unused memory cells (each cell is roughly equivalent to a step)",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"range_check_builtin_applications": {
"title": "Range check applications",
"description": "The number of RANGE_CHECK builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"pedersen_builtin_applications": {
"title": "Pedersen applications",
"description": "The number of Pedersen builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"poseidon_builtin_applications": {
"title": "Poseidon applications",
"description": "The number of Poseidon builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"ec_op_builtin_applications": {
"title": "EC_OP applications",
"description": "the number of EC_OP builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"ecdsa_builtin_applications": {
"title": "ECDSA applications",
"description": "the number of ECDSA builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"bitwise_builtin_applications": {
"title": "BITWISE applications",
"description": "the number of BITWISE builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"keccak_builtin_applications": {
"title": "Keccak applications",
"description": "The number of KECCAK builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
}
},
"required": [
Expand Down Expand Up @@ -3392,4 +3392,4 @@
}
}
}
}
}

0 comments on commit f505557

Please sign in to comment.