From 73854e85985879d2148bf0bb110dec8ad3fc4ee2 Mon Sep 17 00:00:00 2001 From: James Ray <16969914+jamesray1@users.noreply.github.com> Date: Fri, 12 Oct 2018 19:22:12 +1100 Subject: [PATCH] Re-add removed rationale for min. committee size --- specs/beacon-chain.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index d5ca0c648..76d4fbf22 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -46,6 +46,7 @@ The primary source of load on the beacon chain are "attestations". Attestations **Notes** +* See a recommended `MIN_COMMITTEE_SIZE` of 111 here https://vitalik.ca/files/Ithaca201807_Sharding.pdf). * The `SQRT_E_DROP_TIME` constant is the amount of time it takes for the quadratic leak to cut deposits of non-participating validators by ~39.4%. * The `BASE_REWARD_QUOTIENT` constant is the per-slot interest rate assuming all validators are participating, assuming total deposits of 1 ETH. It corresponds to ~3.88% annual interest assuming 10 million participating ETH. * At most `1/MAX_VALIDATOR_CHURN_QUOTIENT` of the validators can change during each validator set change.