eth2.0-specs/specs/altair
Etan Kissling 2035a9fcad
Update light client specifications for Electra
Electra introduces two changes that affect light client data handling:

1. The `ExecutionPayloadHeader` is extended with new fields.
   This is handled similarly as before with the Deneb fork.

2. The `BeaconState` generalized indices change due to lack of EIP-6493.
   This is handled by making the generalized index be fork dependent via
   a helper function that computes it dynamically. Furthermore, the case
   where pre-Electra light client data is consumed by an Electra based
   `LightClientStore` requires normalizing the shorter proof of the
   pre-Electra data to fit into the Electra data structure by prepending
   a zero hash.
2024-06-21 11:33:52 +02:00
..
light-client Update light client specifications for Electra 2024-06-21 11:33:52 +02:00
beacon-chain.md move attestation index outside signed message 2023-12-05 14:16:07 +02:00
bls.md rename eth1 and eth2 throughout specs and readme where reasonable 2021-08-18 17:13:24 -06:00
fork.md move attestation index outside signed message 2023-12-05 14:16:07 +02:00
p2p-interface.md Apply PR feedback 2024-02-27 22:42:32 +09:00
validator.md remove: old warnings 2023-09-05 08:59:14 -07:00