nimbus-eth2/tests/consensus_spec
Etan Kissling fda03548e3
use ForkedLightClientStore internally (#4512)
When running `nimbus_light_client`, we persist the latest header from
`LightClientStore.finalized_header` in a database across restarts.
Because the data format is derived from the latest `LightClientStore`,
this could lead to data being persisted in pre-release formats.

To enable us to test later `LightClientStore` versions on devnets,
transition to a `ForkedLightClientStore` internally that is only
migrated to newer forks on-demand (instead of starting at latest).
2023-01-16 16:53:45 +01:00
..
2023-01-14 22:19:50 +01:00
2023-01-14 22:19:50 +01:00
2023-01-14 22:19:50 +01:00
2023-01-14 22:19:50 +01:00
2021-10-12 13:36:52 +02:00

Tests based on scenarios generated from the consensus spec.