Files
consensus-specs/tests/generators/sync_protocol
Etan Kissling 86fe93ca96 Add functions for deriving light client data
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.
2022-07-14 09:36:09 +02:00
..

Light client sync protocol tests

The purpose of this test-generator is to provide test-vectors for validating the correct implementation of the light client sync protocol.

Test-format documentation can be found here.