nimbus-eth2/beacon_chain
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
2022-04-08 16:22:49 +00:00
2023-01-14 22:19:50 +01:00
2022-12-19 14:01:49 +02:00
2023-01-09 18:42:10 +00:00
2022-12-21 10:50:13 +02:00