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
..
2021-05-18 20:13:19 +02:00
2021-12-23 14:25:43 +08:00
2023-02-10 00:30:00 +08:00
2024-04-24 20:08:56 +08:00
2024-04-24 20:08:56 +08:00
2021-12-23 14:25:43 +08:00
2023-12-07 22:22:49 +01:00
2023-01-13 23:18:29 +08:00
2024-05-20 12:25:29 -07:00
wip
2024-01-15 17:12:43 +08:00
2024-06-10 11:28:54 -05:00
2023-11-30 18:56:51 +08:00
2024-04-15 19:37:49 -06:00
2021-10-14 22:40:29 +08:00
2023-12-07 22:22:49 +01:00
2024-03-31 16:35:24 +09:00
2020-06-19 19:09:11 +08:00
2023-05-20 00:01:44 +08:00
2023-12-07 22:22:49 +01:00
2024-04-27 14:49:49 +08:00