Files
consensus-specs/tests/formats/light_client
Etan Kissling 5c64a2047a Add LightClientHeader wrapper
In Altair, light client sync protocol exchanges `BeaconBlockHeader`
structures for tracking current progress. Wrapping `BeaconBlockHeader`
inside a `LightClientHeader` allows future extensions of this header,
e.g., to also track `ExecutionPayloadHeader`.

Note: This changes the JSON REST format by adding a `beacon` nesting.
For SSZ, the serialization format stays same (but overall root changes).
2023-01-05 13:36:04 +01:00
..
2023-01-05 13:36:04 +01:00

Light client sync protocol tests

This series of tests provides reference test vectors for the light client sync protocol spec.

Handlers: