Skip to content

Commit de863b6

Browse files
author
Erik Stenman
committed
Update to 5 epochs.
1 parent ebd2990 commit de863b6

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

glossary.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the unqualified "Epoch" may be assuemd to refer to a child chain epoch.
3434
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.
3535

3636
### 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.
3838

3939

4040
```mermaid
@@ -47,26 +47,38 @@ gantt
4747
Staking :a1, 2024-01-01, 6d
4848
4949
section CC Epoch 2
50-
Leader Election :b1, 2024-01-01, 6d
5150
Staking :a2, 2024-01-07, 6d
51+
Entropy :a1, 2024-01-01, 6d
5252
5353
section CC Epoch 3
54-
Block Production :c1, 2024-01-01, 6d
55-
Leader Election :b2, 2024-01-07, 6d
5654
Staking :c1, 2024-01-14, 6d
55+
Entropy :a2, 2024-01-07, 6d
56+
Leader Election :b1, 2024-01-01, 6d
57+
5758
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
6159
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+
6264
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+
6671
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+
6977
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
7082
... :c4, 2024-01-21, 6d
7183
```
7284

0 commit comments

Comments
 (0)