From 83e5930b5ca98a9993e285f4dc92768d548c5599 Mon Sep 17 00:00:00 2001 From: dapplion <35266934+dapplion@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:08:40 +0300 Subject: [PATCH] doctoc --- specs/deneb/beacon-chain.md | 1 + specs/deneb/p2p-interface.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/deneb/beacon-chain.md b/specs/deneb/beacon-chain.md index 64bcca5c28..fde75b0ed3 100644 --- a/specs/deneb/beacon-chain.md +++ b/specs/deneb/beacon-chain.md @@ -25,6 +25,7 @@ - [Helper functions](#helper-functions) - [Misc](#misc) - [`kzg_commitment_to_versioned_hash`](#kzg_commitment_to_versioned_hash) + - [`is_valid_merkle_path`](#is_valid_merkle_path) - [Beacon state accessors](#beacon-state-accessors) - [Modified `get_attestation_participation_flag_indices`](#modified-get_attestation_participation_flag_indices) - [New `get_validator_activation_churn_limit`](#new-get_validator_activation_churn_limit) diff --git a/specs/deneb/p2p-interface.md b/specs/deneb/p2p-interface.md index 5ace66fde0..3a4721cee8 100644 --- a/specs/deneb/p2p-interface.md +++ b/specs/deneb/p2p-interface.md @@ -17,7 +17,6 @@ The specification of these changes continues in the same format as the network s - [`BlobIdentifier`](#blobidentifier) - [Helpers](#helpers) - [`verify_blob_sidecar_inclusion_proof`](#verify_blob_sidecar_inclusion_proof) - - [`is_valid_merkle_path`](#is_valid_merkle_path) - [The gossip domain: gossipsub](#the-gossip-domain-gossipsub) - [Topics and messages](#topics-and-messages) - [Global topics](#global-topics)