eth2.0-specs/specs/deneb
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 Remove wip messages on shipped forks 2024-04-03 10:37:48 -03:00
fork-choice.md Merge branch 'dev' into pr3034 2023-10-26 23:51:35 +08:00
fork.md Remove wip messages on shipped forks 2024-04-03 10:37:48 -03:00
p2p-interface.md Remove confusing "due to" on voluntary_exits topic update 2024-04-04 18:32:24 +04:00
polynomial-commitments.md Fix: use TypeVar for "point" rather than bytes 2024-04-24 00:22:20 +08:00
validator.md Merge branch 'dev' into peer-das 2024-04-04 22:23:02 +09:00