nimbus-eth2/beacon_chain/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
..
datatypes LC data fork cleanup (#4506) 2023-01-14 22:19:50 +01:00
eth2_apis LC data fork cleanup (#4506) 2023-01-14 22:19:50 +01:00
mev add `num_active_participants` helpers for `SyncAggregate` (#4478) 2023-01-10 11:26:25 +00:00
presets Gnosis const preset 2023-01-13 04:28:29 +02:00
beacon_time.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
beaconstate.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
block_id.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
crypto.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
deposit_snapshots.nim eip4844 block/slot sanity and transition tests (#4399) 2022-12-08 02:07:41 +00:00
digest.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
engine_authentication.nim eip4844 light client tests; avoid case object out-of-bound array reads (#4404) 2022-12-08 17:21:53 +01:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
eth2_merkleization.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
eth2_ssz_serialization.nim EIP4844 tweaks to pass SSZ consensus object tests (#4390) 2022-12-05 21:36:53 +00:00
forks.nim LC data fork cleanup (#4506) 2023-01-14 22:19:50 +01:00
forks_light_client.nim use `ForkedLightClientStore` internally (#4512) 2023-01-16 16:53:45 +01:00
helpers.nim LC data fork cleanup (#4506) 2023-01-14 22:19:50 +01:00
keystore.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
light_client_sync.nim LC data fork cleanup (#4506) 2023-01-14 22:19:50 +01:00
network.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
presets.nim Gnosis const preset 2023-01-13 04:28:29 +02:00
signatures.nim use v1.3.0-rc.1 consensus spec test vectors (#4505) 2023-01-14 04:20:51 +00:00
signatures_batch.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
ssz_codec.nim 60% state replay speedup (#4434) 2022-12-19 14:01:49 +02:00
state_transition.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
state_transition_block.nim LC data fork cleanup (#4506) 2023-01-14 22:19:50 +01:00
state_transition_epoch.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
validator.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
weak_subjectivity.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00