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 catalog/Ton/Raw.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The ton.messages table stores detailed information about messages on the TON (Th
</div>
## 6. sub_shards
### Table Description
Masterchain block stores only the reference to lastest shard blocks of workchain.
Masterchain block stores only the reference to latest shard blocks of workchain.
### Column Descriptions

<div>
Expand All @@ -160,4 +160,4 @@ Masterchain block stores only the reference to lastest shard blocks of workchain

### Quick Start

- [Data Cloud](https://docs.chainbase.com/platform/features/datacloud/overview#quickstart)
- [Data Cloud](https://docs.chainbase.com/platform/features/datacloud/overview#quickstart)
2 changes: 1 addition & 1 deletion core-concepts/avs-design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Coordinator periodically generates a challenge task, which involves calculat
4. Aggregates responses from multiple `Manuscript Nodes` and submits the results to the on-chain contract `ChainbaseServiceManager`.

**Manuscript Node:**
1. Registers the operator by calling `RegisteryCoordinator`.
1. Registers the operator by calling `RegistryCoordinator`.
2. Receives tasks from the Coordinator via the RPC interface.
3. Executes tasks, signs the task response.
4. Sends the signed task response back to the Coordinator.
Expand Down