You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache light client data or store light client data in DB for optimization on serving p2p or RPC requests
UX (i.e. CLI flag) to enable/disable light client-server support on per node basis
Implement Merkle proofs construction. We can implement a general approach for every leaf or a more specific approach that targets only finalized_checkpoint.root, current_sync_committee and next_sync_committee
The text was updated successfully, but these errors were encountered:
We should support light client-server to advance further decentralization. The general todos for light client support are outlined as:
finalized_checkpoint.root
,current_sync_committee
andnext_sync_committee
The text was updated successfully, but these errors were encountered: