@@ -34,7 +34,7 @@ the unqualified "Epoch" may be assuemd to refer to a child chain epoch.
34
34
The number of blocks on the parent chain that indicates which parent chain block will be used as the source of entropy for leader election.
35
35
36
36
### Staking Cycle
37
- Contains 4 epochs: staking epoch, leader (s)election epoch, block production + pinning epoch, payout epoch. Represents minimum duration during which tokens are locked into staking contract.
37
+ Contains 5 epochs: staking epoch, entropy epoch, leader (s)election epoch, block production + pinning epoch, payout epoch. Represents minimum duration during which tokens are locked into staking contract.
38
38
39
39
40
40
``` mermaid
@@ -47,26 +47,38 @@ gantt
47
47
Staking :a1, 2024-01-01, 6d
48
48
49
49
section CC Epoch 2
50
- Leader Election :b1, 2024-01-01, 6d
51
50
Staking :a2, 2024-01-07, 6d
51
+ Entropy :a1, 2024-01-01, 6d
52
52
53
53
section CC Epoch 3
54
- Block Production :c1, 2024-01-01, 6d
55
- Leader Election :b2, 2024-01-07, 6d
56
54
Staking :c1, 2024-01-14, 6d
55
+ Entropy :a2, 2024-01-07, 6d
56
+ Leader Election :b1, 2024-01-01, 6d
57
+
57
58
section CC Epoch 4
58
- Payout :d1, 2024-01-01, 6d
59
- Block Production :c2, 2024-01-07, 6d
60
- Leader Election :b3, 2024-01-14, 6d
61
59
Staking :a1, 2024-01-21, 6d
60
+ Entropy :c1, 2024-01-14, 6d
61
+ Leader Election :b2, 2024-01-07, 6d
62
+ Block Production :c1, 2024-01-01, 6d
63
+
62
64
section CC Epoch 5
63
- Payout :d2, 2024-01-07, 6d
64
- Block Production :c3, 2024-01-14, 6d
65
- Leader Election :b4, 2024-01-21, 6d
65
+ Entropy :b4, 2024-01-21, 6d
66
+ Leader Election :b3, 2024-01-14, 6d
67
+ Block Production :c2, 2024-01-07, 6d
68
+ Payout :d1, 2024-01-01, 6d
69
+
70
+
66
71
section CC Epoch 6
67
- Payout :d3, 2024-01-14, 6d
68
- Block Production :c4, 2024-01-21, 6d
72
+ Leader Election :b4, 2024-01-21, 6d
73
+ Block Production :c3, 2024-01-14, 6d
74
+ Payout :d2, 2024-01-07, 6d
75
+
76
+
69
77
section CC Epoch 7
78
+ Block Production :c4, 2024-01-21, 6d
79
+ Payout :d3, 2024-01-14, 6d
80
+
81
+ section CC Epoch 8
70
82
... :c4, 2024-01-21, 6d
71
83
```
72
84
0 commit comments