File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments