We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stated generally, given N validators, of which f are faulty:
N
f
K
x
y
z
S
S+1
These seem like classic Balls & Bins problems, but I don't know the answers.
These probabilities could be important in calculating the odds that a randomly-selected "shard" of validators is correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stated generally, given
N
validators, of whichf
are faulty:K
partitions, what are the odds that:x
faulty validators?y
non-faulty validators?z
?K
(possibly overlapping) subsets of validators (uniformly at random), each of sizeS
, what are the odds that:x
faulty validators?y
non-faulty validators?z
?K
×S
=N
?K
(non-overlapping) partitions, each of sizeS
(soK
×S
=N
), what are the odds that:x
faulty validators?y
non-faulty validators?z
?S
, each partition has sizeS
orS+1
, andK
×S
<N
<K
×(S
+1)?These seem like classic Balls & Bins problems, but I don't know the answers.
These probabilities could be important in calculating the odds that a randomly-selected "shard" of validators is correct.
The text was updated successfully, but these errors were encountered: