You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken links that did not cause a yarn build failure (#1636)
Docusaurus did not generate anchors for top-level headings, so they have
been changed to second-level ones.
This PR fixes a couple of other broken links.
Copy file name to clipboardExpand all lines: docs/website/contents/references/glossary.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
<!-- xrefcheck: ignore all -->
2
1
# Glossary
3
2
4
3
Notes on the use and maintenance of this glossary:
@@ -79,7 +78,7 @@ Wraps several other components and provides *chain selection* (ChainSel) functio
79
78
80
79
This property states that there are at least $k$ blocks in $3k/f$ slots.
81
80
82
-
Here $f$ refers to the [active slot coefficient](#active-slot-coefficient).
81
+
Here $f$ refers to the [active slot coefficient](#active-slot-coefficient-f).
83
82
84
83
The main Praos theorem also establishes a similarly-shaped bound on the probability of the immutable chain having less than `k` blocks in any contiguous run of `s` slots. The IOG researchers chose `s=3k/f` for Cardano. We started calling it `scg`, since `s` is a pretty common identifier.
85
84
@@ -196,7 +195,7 @@ When Ouroboros runs as intended, all short forks are short-lived.
196
195
## ;Forecasting
197
196
198
197
Forecasting is the ability to validate headers that are ahead of a node's current selection.
199
-
Because of [Common Prefix](#common-prefix) and [Chain Growth](#chain-growth), the latest `k+1` ledger states along the node's selection always provide sufficient information for the node to validate its peers' headers that are no more than `3k/f` after the peer's first header.
198
+
Because of [Common Prefix](#common-prefix) and [Chain Growth](#chain-growth-property), the latest `k+1` ledger states along the node's selection always provide sufficient information for the node to validate its peers' headers that are no more than `3k/f` after the peer's first header.
200
199
Since the node hasn't selected that header's block, it has to use forecasting in order to validate its descendant headers.
201
200
202
201
### ;Forecast horizon
@@ -289,7 +288,7 @@ All honest block-producing nodes that are fully synchronized to the state of the
289
288
290
289
- active parties - honest caught-up parties plus the adversary.
291
290
292
-
[Genesis](#genesis) has two natural requirements which must be met throughout the system's lifetime:
291
+
[Genesis](miscellaneous/genesis_design.md) has two natural requirements which must be met throughout the system's lifetime:
293
292
294
293
- The ratio `α` of honest caught-up parties over active parties is above `1/2`.
0 commit comments