Skip to content

Commit

Permalink
add execution resources to l1 handler traces
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Mar 24, 2024
1 parent 4233164 commit 73e6bff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions api/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@
"description": "the state diffs induced by the transaction",
"$ref": "#/components/schemas/STATE_DIFF"
},
"execution_resources": {
"title": "Execution resources",
"description": "the resources consumed by the transaction, includes both computation and data",
"$ref": "#/components/schemas/EXECUTION_RESOURCES"
},
"type": {
"title": "Type",
"type": "string",
Expand All @@ -302,7 +307,8 @@
},
"required": [
"type",
"function_invocation"
"function_invocation",
"execution_resources"
]
}
]
Expand Down Expand Up @@ -510,4 +516,4 @@
}
}
}
}
}

0 comments on commit 73e6bff

Please sign in to comment.