From 47ecedb81d34df345b856d7d52e37fa0cf182dee Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 12 Dec 2019 09:48:53 -0700 Subject: [PATCH] update tocs --- specs/core/0_beacon-chain.md | 2 ++ specs/core/0_fork-choice.md | 1 + 2 files changed, 3 insertions(+) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 22522b3bd..e7c62d342 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -62,6 +62,8 @@ - [`bls_aggregate_pubkeys`](#bls_aggregate_pubkeys) - [Predicates](#predicates) - [`is_active_validator`](#is_active_validator) + - [`is_eligible_for_activation_queue`](#is_eligible_for_activation_queue) + - [`is_eligible_for_activation`](#is_eligible_for_activation) - [`is_slashable_validator`](#is_slashable_validator) - [`is_slashable_attestation_data`](#is_slashable_attestation_data) - [`is_valid_indexed_attestation`](#is_valid_indexed_attestation) diff --git a/specs/core/0_fork-choice.md b/specs/core/0_fork-choice.md index 2191c24a2..34430d092 100644 --- a/specs/core/0_fork-choice.md +++ b/specs/core/0_fork-choice.md @@ -15,6 +15,7 @@ - [`LatestMessage`](#latestmessage) - [`Store`](#store) - [`get_genesis_store`](#get_genesis_store) + - [`get_slots_since_genesis`](#get_slots_since_genesis) - [`get_current_slot`](#get_current_slot) - [`compute_slots_since_epoch_start`](#compute_slots_since_epoch_start) - [`get_ancestor`](#get_ancestor)