Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No penidng block subscription option for txStatus #260

Open
wants to merge 1 commit into
base: v0.8.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions api/starknet_ws_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"params": [
{
"name": "block_id",
"summary": "The block to get notifications from, default is latest, limited to 1024 blocks back",
"summary": "Start block to get notifications from, default is latest, limited to 1024 blocks back",
"required": false,
"schema": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BLOCK_ID"
Expand Down Expand Up @@ -81,8 +81,9 @@
}
},
{

"name": "block_id",
"summary": "The block to get notifications from, default is latest, limited to 1024 blocks back",
"summary": "Start block to get notifications from, default is latest, limited to 1024 blocks back",
"required": false,
"schema": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BLOCK_ID"
Expand Down Expand Up @@ -145,7 +146,7 @@
},
{
"name": "block_id",
"summary": "The block to get notifications from, default is latest, limited to 1024 blocks back",
"summary": "Start block to get notifications from, default is latest, limited to 1024 blocks back",
"required": false,
"schema": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BLOCK_ID"
Expand All @@ -164,6 +165,9 @@
},
{
"$ref": "./api/starknet_api_openrpc.json#/components/errors/BLOCK_NOT_FOUND"
},
{
"$ref": "#/components/errors/CALL_ON_PENDING"
}
]
},
Expand Down