Skip to content

Commit f0ae2e9

Browse files
authored
Merge pull request #296 from marioiordanov/v0.8.1-fix
Change subscription_id parameter type of starknet_unsubscribe (#296)
2 parents a2d10fc + 3f6226c commit f0ae2e9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

api/starknet_api_openrpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openrpc": "1.0.0-rc1",
33
"info": {
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"title": "StarkNet Node API",
66
"license": {}
77
},

api/starknet_executables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openrpc": "1.0.0",
33
"info": {
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"title": "API for getting Starknet executables from nodes that store compiled artifacts",
66
"license": {}
77
},

api/starknet_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openrpc": "1.0.0",
33
"info": {
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"title": "Starknet ABI specs"
66
},
77
"methods": [],

api/starknet_trace_api_openrpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openrpc": "1.0.0-rc1",
33
"info": {
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"title": "StarkNet Trace API",
66
"license": {}
77
},

api/starknet_write_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openrpc": "1.0.0-rc1",
33
"info": {
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"title": "StarkNet Node Write API",
66
"license": {}
77
},

api/starknet_ws_api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openrpc": "1.3.2",
33
"info": {
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"title": "StarkNet WebSocket RPC API",
66
"license": {}
77
},
@@ -260,7 +260,7 @@
260260
"summary": "The subscription to close",
261261
"required": true,
262262
"schema": {
263-
"type": "integer"
263+
"$ref": "#/components/schemas/SUBSCRIPTION_ID"
264264
}
265265
}
266266
],

0 commit comments

Comments
 (0)