nimbus-eth2/beacon_chain/spec/eth2_apis
Etan Kissling 609227559f
LC data fork cleanup (#4506)
Distinguish between those code locations that need to be updated on each
light client data format change, and those others that should generally
be fine, as long as a valid light client object is processed.

The former are tagged with static assert for `LightClientDataFork.high`.

The latter are changed to `lcDataFork > LightClientDataFork.None` to
indicate that they depend only on presence of any valid object.
Also bundled a few minor cleanups and fixes.

Also add `Forky` type for `LightClientStore` and minor fixes / cleanups.
2023-01-14 22:19:50 +01:00
..
dynamic_fee_recipients.nim Reduce fee recipient log spam (#4255) 2022-10-25 14:47:43 +02:00
eth2_rest_serialization.nim LC data fork cleanup (#4506) 2023-01-14 22:19:50 +01:00
rest_beacon_calls.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
rest_beacon_client.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_common.nim deprecate --terminal-total-difficulty-override; remove launch script for deprecated ropsten (#4241) 2022-10-24 23:32:52 +03:00
rest_config_calls.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_debug_calls.nim nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
rest_keymanager_calls.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_keymanager_types.nim EIP4844 tweaks to pass SSZ consensus object tests (#4390) 2022-12-05 21:36:53 +00:00
rest_nimbus_calls.nim VC: doppelganger protection (#3877) 2022-07-21 19:54:07 +03:00
rest_node_calls.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_remote_signer_calls.nim deprecate --terminal-total-difficulty-override; remove launch script for deprecated ropsten (#4241) 2022-10-24 23:32:52 +03:00
rest_types.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
rest_validator_calls.nim Implementation for REST /eth/v1/validator/liveness/{epoch} endpoint. (#4381) 2022-12-06 12:29:00 +01:00