eth2.0-specs/pysetup/spec_builders
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
..
__init__.py Add EIP-6800 linter checks. 2024-05-28 16:24:11 +08:00
altair.py Merge branch 'dev' into lc-gindexname 2023-11-06 12:32:53 +01:00
base.py Add `BLOB_KZG_COMMITMENTS_GINDEX` to "Constant". Use pyspec parser trick to add assertion in pyspec 2023-10-29 02:33:07 +08:00
bellatrix.py Refactoring 2023-10-19 19:18:29 +08:00
capella.py Also bump `EXECUTION_PAYLOAD_GINDEX` 2024-01-15 12:48:22 +01:00
deneb.py Fix: use TypeVar for "point" rather than bytes 2024-04-24 00:22:20 +08:00
eip6800.py Add EIP-6800 linter checks. 2024-05-28 16:24:11 +08:00
eip7594.py rename 2024-04-22 13:02:42 +01:00
electra.py Update light client specifications for Electra 2024-06-21 11:33:52 +02:00
phase0.py move attestation index outside signed message 2023-12-05 14:16:07 +02:00
whisk.py Also bump `EXECUTION_PAYLOAD_GINDEX` 2024-01-15 12:48:22 +01:00