mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-10 17:46:54 +00:00
Merge pull request #4019 from etan-status/lc-rmfull
Clean up dead link and typo in LC docs for Electra
This commit is contained in:
commit
e5aba7b00e
@ -33,7 +33,7 @@ def normalize_merkle_branch(branch: Sequence[Bytes32],
|
|||||||
|
|
||||||
## Upgrading light client data
|
## 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
|
```python
|
||||||
def upgrade_lc_header_to_electra(pre: deneb.LightClientHeader) -> LightClientHeader:
|
def upgrade_lc_header_to_electra(pre: deneb.LightClientHeader) -> LightClientHeader:
|
||||||
|
@ -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.
|
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:
|
Additional documents describes the impact of the upgrade on certain roles:
|
||||||
- [Full node](./full-node.md)
|
|
||||||
- [Networking](./p2p-interface.md)
|
- [Networking](./p2p-interface.md)
|
||||||
|
|
||||||
## Custom types
|
## Custom types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user