Last week:
GetLightClientBootstrap
in the teku repo. Needed to onboard more onto the teku codebase as well as the details of the light client implementation. Mapped out the relevant components and their interactions.
current_sync_committee
, next_sync_committee
and finalized_checkpoint.root
ExecutionPayloadHeader
to LightClientUpdate
in #light-clients
ExecutionPayloadHeader
contains data that may enable more light client functionality, such as verifying transaction inclusion via the transactionsRoot
LightClientUpdate
as ExecutionPayloadHeader
already contains the state_root
, receipts_root
etc.This week:
GetLightClientBootstrap
, hopefully with a PR outGetLightClientUpdatesByRange
, reread the spec and API