Skip to content

Commit 475a472

Browse files
committed
update bootstrap README
1 parent 6daedd7 commit 475a472

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

cmd/bootstrap/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,22 @@ The bootstrapping will generate the following information:
3232
- public networking key
3333
- weight
3434

35+
36+
#### Collector clusters
37+
_Each cluster_ of collector nodes needs to have its own root Block and root QC
38+
* Root clustering: assignment of collector nodes to clusters
39+
* For each cluster:
40+
* Root `cluster.Block`
41+
* Root QC: votes from collector nodes for the respective root `cluster.Block`
42+
43+
3544
#### Root Block for main consensus
3645
* Root Block
3746
* Root QC: votes from consensus nodes for the root block (required to start consensus)
3847
* Root Execution Result: execution result for the initial execution state
3948
* Root Block Seal: block seal for the initial execution result
4049

4150

42-
#### Root Blocks for Collector clusters
43-
_Each cluster_ of collector nodes needs to have its own root Block and root QC
44-
* Root `cluster.Block`
45-
* Root QC from cluster for their respective `cluster.Block`: votes from collector nodes for the root block
46-
47-
4851
# Usage
4952

5053
`go run ./cmd/bootstrap` prints usage information

0 commit comments

Comments
 (0)