From 7525d27f89ea47c02acbef9f81a26859439527fb Mon Sep 17 00:00:00 2001 From: Toni Tabak Date: Fri, 27 Oct 2023 14:57:47 +0200 Subject: [PATCH 1/4] Update starknet_api_openrpc.json --- api/starknet_api_openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 534f2d9..d83edc9 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -2963,7 +2963,7 @@ "offset": { "title": "Offset", "description": "The offset of the entry point in the program", - "$ref": "#/components/schemas/NUM_AS_HEX" + "type": "integer" }, "selector": { "title": "Selector", From 62738b9ee4bc88a41540b5f1829fbd0e8b9b4c7a Mon Sep 17 00:00:00 2001 From: Toni Tabak Date: Thu, 16 Nov 2023 12:55:25 +0100 Subject: [PATCH 2/4] clean --- api/starknet_api_openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index ce7750a..cc21829 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -3380,7 +3380,7 @@ "offset": { "title": "Offset", "description": "The offset of the entry point in the program", - "type": "integer" + "type": "#/components/schemas/NUM_AS_HEX" }, "selector": { "title": "Selector", From cef2d7883481aca78d2f6ae1a0124f36d851f6d2 Mon Sep 17 00:00:00 2001 From: Toni Tabak Date: Thu, 16 Nov 2023 12:56:05 +0100 Subject: [PATCH 3/4] clean --- api/starknet_api_openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index cc21829..745895d 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -3380,7 +3380,7 @@ "offset": { "title": "Offset", "description": "The offset of the entry point in the program", - "type": "#/components/schemas/NUM_AS_HEX" + "$ref": "#/components/schemas/NUM_AS_HEX" }, "selector": { "title": "Selector", From a984eb4f46e177a85dc1ce3add3c2f5d5b27c2e5 Mon Sep 17 00:00:00 2001 From: Toni Tabak Date: Thu, 16 Nov 2023 13:01:57 +0100 Subject: [PATCH 4/4] fix: version --- api/starknet_api_openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 745895d..0c81b99 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -1735,7 +1735,7 @@ "description": "Version of the transaction scheme", "type": "string", "enum": [ - "0x0", + "0x1", "0x100000000000000000000000000000001" ] },