nimbus-eth2/beacon_chain/rpc
Etan Kissling 7e276937dc
make LC data fork aware (#4493)
In a future fork, light client data will be extended with execution info
to support more use cases. To anticipate such an upgrade, introduce
`Forky` and `Forked` types, and ready the database schema.
Because the mapping of sync committee periods to fork versions is not
necessarily unique (fork schedule not in sync with period boundaries),
an additional column is added to `period` -> `LightClientUpdate` table.
2023-01-12 18:11:38 +01:00
..
rest_api.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_beacon_api.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
rest_config_api.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_constants.nim Blobs sidecars by range (#4464) 2023-01-12 12:33:24 +00:00
rest_debug_api.nim v1/beacon/blocks/{block_id}, v1/debug/beacon/states/{state_id}, and v1/validator/blocks/{slot} deprecated (#4279) 2022-11-02 10:56:55 +00:00
rest_event_api.nim update to v1 of LC REST API (#4232) 2022-10-13 02:16:49 +02:00
rest_key_management_api.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00
rest_light_client_api.nim make LC data fork aware (#4493) 2023-01-12 18:11:38 +01:00
rest_nimbus_api.nim `withUpdatedState` injects `updatedState` rather than `state` template (#4375) 2022-11-30 16:37:23 +02:00
rest_node_api.nim implement /eth/v1/validator/register_validator (#4115) 2022-09-13 14:52:26 +03:00
rest_utils.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
rest_validator_api.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00