From 63d72d7db0a12b02b19d53b28dc8aa6b58612485 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 4 Feb 2025 10:04:34 +0100 Subject: [PATCH 1/5] Fix typos in apps/indexer-admin/TODO.md --- apps/indexer-admin/TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/indexer-admin/TODO.md b/apps/indexer-admin/TODO.md index 441a92fe4..9663e0651 100644 --- a/apps/indexer-admin/TODO.md +++ b/apps/indexer-admin/TODO.md @@ -15,7 +15,7 @@ - Part 2 for the query and contract - - [ ] Move the relative codes to togather. + - [ ] Move the relative codes to together, to gather. - [ ] Wrap ContractSDK. ... From ae143128b850bdcf11386b0b1af0e05218f78ee2 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 4 Feb 2025 10:04:35 +0100 Subject: [PATCH 2/5] Fix typos in apps/indexer-proxy/doc/error-code-dictionary.md --- apps/indexer-proxy/doc/error-code-dictionary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/indexer-proxy/doc/error-code-dictionary.md b/apps/indexer-proxy/doc/error-code-dictionary.md index a0844858e..b1b822de5 100644 --- a/apps/indexer-proxy/doc/error-code-dictionary.md +++ b/apps/indexer-proxy/doc/error-code-dictionary.md @@ -99,7 +99,7 @@ - `1200` - Service exception: EVM RPC invalid - `1201` - Service exception: EVM RPC last block - `1202` - Service exception: indexer service exception. -- `1203` - Service exception: Coordinator RPC mainfest is invalid +- `1203` - Service exception: Coordinator RPC manifest is invalid - `1204` - Service exception: AI tokenizer missing or cannot download - `1205` - Service exception: AI tokenizer cannot encode - `1300` - Websocket connection: project not support websocket From 153e0e4851e58dadb1f08d4ff345102c5435a976 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 4 Feb 2025 19:16:03 +0100 Subject: [PATCH 3/5] Fix typos in apps/indexer-admin/TODO.md --- apps/indexer-admin/TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/indexer-admin/TODO.md b/apps/indexer-admin/TODO.md index 9663e0651..b05cbe4b0 100644 --- a/apps/indexer-admin/TODO.md +++ b/apps/indexer-admin/TODO.md @@ -1,4 +1,4 @@ -## Plan to refactor this projet +## Plan to refactor this project - Part 1 for the whole project From ce065c01a6d5054e9d0f031397da8021eeaad391 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 4 Feb 2025 19:16:05 +0100 Subject: [PATCH 4/5] Fix typos in apps/indexer-proxy/doc/API.md --- apps/indexer-proxy/doc/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/indexer-proxy/doc/API.md b/apps/indexer-proxy/doc/API.md index dc1b348d9..4f66b4cc6 100644 --- a/apps/indexer-proxy/doc/API.md +++ b/apps/indexer-proxy/doc/API.md @@ -16,7 +16,7 @@ API Docs for Subquery Indexer Proxy > | indexer | Payload | string | indexer address | > | consumer | Payload | string | consumer address | > | agreement | Payload | string | service agreement contract address | -> | deployment_id | Payload | string | deployment id for the proejct | +> | deployment_id | Payload | string | deployment id for the project | > | signature | Payload | string | signature of user | > | timestamp | Payload | string | | > | chain_id | Payload | string | chain id | From 8a2f3f84c3e65aee979ba7117b4bc6738c931bb9 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 4 Feb 2025 19:16:07 +0100 Subject: [PATCH 5/5] Fix typos in apps/indexer-proxy/doc/error-code-dictionary.md --- apps/indexer-proxy/doc/error-code-dictionary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/indexer-proxy/doc/error-code-dictionary.md b/apps/indexer-proxy/doc/error-code-dictionary.md index b1b822de5..9046fb6c8 100644 --- a/apps/indexer-proxy/doc/error-code-dictionary.md +++ b/apps/indexer-proxy/doc/error-code-dictionary.md @@ -30,7 +30,7 @@ - `1037` - Invalid service endpoint: no internal endpoint. - `1038` - Invalid controller: parse controller sk to LocalWallet failure. - `1039` - Invalid controller: parse controller sk as p2p key failure. -- `1040` - Invalid signature: cannot recover address from siganture. +- `1040` - Invalid signature: cannot recover address from signature. - `1041` - Invalid signature: cannot sign message. - `1042` - Invalid encrypt: cannot convert hex to bytes from ciphertext. - `1043` - Invalid encrypt: encrypt key not match the ciphertext. @@ -107,8 +107,8 @@ - `1302` - Websocket connection: failed to send message to remote socket - `1303` - Websocket connection: failed to send message to client socket - `1304` - Websocket connection: failed to close remote socket -- `1305` - Websocket connection: failed to manange the before state cache -- `1306` - Websocket connection: failed to manange the after state cache +- `1305` - Websocket connection: failed to manage the before state cache +- `1306` - Websocket connection: failed to manage the after state cache - `1307` - Websocket connection: invalid query state - `1308` - Websocket connection: failed to connect remote socket - `1309` - Websocket connection: remote socket disconnected