From 6f31077afa40e9cc1bacfa3f3068bc19439d6742 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Wed, 7 Jul 2021 10:42:52 -0700 Subject: [PATCH 1/2] Update `get_next_sync_committee` notes --- specs/altair/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index 3bd82aec8..adbc693ee 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -278,7 +278,7 @@ def get_next_sync_committee_indices(state: BeaconState) -> Sequence[ValidatorInd #### `get_next_sync_committee` -*Note*: The function `get_next_sync_committee` should only be called at sync committee period boundaries. +*Note*: The function `get_next_sync_committee` should only be called at sync committee period boundaries and upgrading state to Altair. ```python def get_next_sync_committee(state: BeaconState) -> SyncCommittee: From 88bb7562aade08594ad1682c9f7dec717c3a6e59 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 7 Jul 2021 16:11:58 -0600 Subject: [PATCH 2/2] Update specs/altair/beacon-chain.md --- specs/altair/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index adbc693ee..a8d7fd8ef 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -278,7 +278,7 @@ def get_next_sync_committee_indices(state: BeaconState) -> Sequence[ValidatorInd #### `get_next_sync_committee` -*Note*: The function `get_next_sync_committee` should only be called at sync committee period boundaries and upgrading state to Altair. +*Note*: The function `get_next_sync_committee` should only be called at sync committee period boundaries and when [upgrading state to Altair](./fork.md#upgrading-the-state). ```python def get_next_sync_committee(state: BeaconState) -> SyncCommittee: