From 6e9526360ad34c44f699b511e60fec61f323cb7c Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 22 Nov 2024 13:31:41 +0100 Subject: [PATCH] Clean up dead link and typo in LC docs for Electra Followup from #3987 to remove references to the deleted document. --- specs/electra/light-client/fork.md | 2 +- specs/electra/light-client/sync-protocol.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/specs/electra/light-client/fork.md b/specs/electra/light-client/fork.md index a315146b0..902c1d6bf 100644 --- a/specs/electra/light-client/fork.md +++ b/specs/electra/light-client/fork.md @@ -33,7 +33,7 @@ def normalize_merkle_branch(branch: Sequence[Bytes32], ## Upgrading light client data -A Electra `LightClientStore` can still process earlier light client data. In order to do so, that pre-Electra data needs to be locally upgraded to Electra before processing. +An Electra `LightClientStore` can still process earlier light client data. In order to do so, that pre-Electra data needs to be locally upgraded to Electra before processing. ```python def upgrade_lc_header_to_electra(pre: deneb.LightClientHeader) -> LightClientHeader: diff --git a/specs/electra/light-client/sync-protocol.md b/specs/electra/light-client/sync-protocol.md index f042119b0..e3e41cfb7 100644 --- a/specs/electra/light-client/sync-protocol.md +++ b/specs/electra/light-client/sync-protocol.md @@ -27,7 +27,6 @@ This upgrade updates light client data to include the Electra changes to the [`ExecutionPayload`](../beacon-chain.md) structure and to the generalized indices of surrounding containers. It extends the [Deneb Light Client specifications](../../deneb/light-client/sync-protocol.md). The [fork document](./fork.md) explains how to upgrade existing Deneb based deployments to Electra. Additional documents describes the impact of the upgrade on certain roles: -- [Full node](./full-node.md) - [Networking](./p2p-interface.md) ## Custom types