nimbus-eth2/beacon_chain/rpc
Etan Kissling 2e98c7722f
encapsulate LC data variables into single structure (#3777)
Combines the LC data configuration options (serve / importMode), the
callbacks (finality / optimistic LC update) as well as the cache storing
light client data, into a new `LightClientDataStore` structure.
Also moves the structure into a light client specific file.
2022-06-24 16:57:50 +02:00
..
rest_api.nim adopt LC REST API with v0 suffix (without proofs) (#3775) 2022-06-19 08:57:52 +03:00
rest_beacon_api.nim Add the `execution_optimistic` flag to REST API responses. (#3780) 2022-06-20 08:53:39 +03:00
rest_config_api.nim rm unused imports and fix stylecheck issues (#3784) 2022-06-21 21:01:45 +02:00
rest_constants.nim adopt LC REST API with v0 suffix (without proofs) (#3775) 2022-06-19 08:57:52 +03:00
rest_debug_api.nim rm unused imports and fix stylecheck issues (#3784) 2022-06-21 21:01:45 +02:00
rest_event_api.nim encapsulate LC data variables into single structure (#3777) 2022-06-24 16:57:50 +02:00
rest_key_management_api.nim rm unused imports and fix stylecheck issues (#3784) 2022-06-21 21:01:45 +02:00
rest_light_client_api.nim encapsulate LC data variables into single structure (#3777) 2022-06-24 16:57:50 +02:00
rest_nimbus_api.nim Bump libp2p (#3709) 2022-06-08 07:53:50 +02:00
rest_node_api.nim Add the `execution_optimistic` flag to REST API responses. (#3780) 2022-06-20 08:53:39 +03:00
rest_utils.nim Add the `execution_optimistic` flag to REST API responses. (#3780) 2022-06-20 08:53:39 +03:00
rest_validator_api.nim Add the `execution_optimistic` flag to REST API responses. (#3780) 2022-06-20 08:53:39 +03:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00