mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-13 02:56:24 +00:00
Adds `create_light_client_bootstrap` and `create_light_client_update` functions as a reference implementation for serving light client data. This also enables a new test harness to verify that light client data gets applied to a `LightClientStore` as expected.
311 B
311 B
Light client sync protocol tests
This series of tests provides reference test vectors for the light client sync protocol spec.
Handlers:
light_client_sync
: see Light client sync test formatupdate_ranking
: seeLightClientUpdate
ranking test format