Expected ranges of EB-related parameters #309
SupernaviX
started this conversation in
General
Replies: 1 comment 2 replies
-
η is supposed to be rather large to cover for the case that no honest RB ends up in the main chain, e.g., due to selfish mining or some other attack. So you can take η to be larger, reflecting the fact that under attack honest RB in the main chain may be somewhat rare, and we want to cover for this and not lose certified EBs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cross-pipeline EB references are controlled by the 𝜂 (chain quality) and L (stage length) parameters. An EB produced in pipeline
i
is allowed to reference one EB from each of pipelinesi-⌈3𝜂/L⌉
toi-3
.If 𝜂 == L, each EB can only reference a single EB (from 3 pipelines ago). This is what our default configuration uses today (both of these parameters are set to 20). If 𝜂 < L, EBs can't reference other EBs at all and we're back to Short Leios.
Beta Was this translation helpful? Give feedback.
All reactions