Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions apps/indexer-admin/TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Plan to refactor this projet
## Plan to refactor this project

- Part 1 for the whole project

Expand All @@ -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.
...

Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-proxy/doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
8 changes: 4 additions & 4 deletions apps/indexer-proxy/doc/error-code-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -99,16 +99,16 @@
- `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
- `1301` - Websocket connection: invalid message
- `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
Expand Down