Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tracking] - Light client server support #11571

Closed
terencechain opened this issue Oct 23, 2022 · 1 comment
Closed

[Tracking] - Light client server support #11571

terencechain opened this issue Oct 23, 2022 · 1 comment
Labels
Tracking Gotta Catch 'Em All

Comments

@terencechain
Copy link
Member

terencechain commented Oct 23, 2022

We should support light client-server to advance further decentralization. The general todos for light client support are outlined as:

  • Implement new light client types
  • Implement new light client gossip topics
  • Implement new network RPC endpoints
  • 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
@terencechain terencechain added the Tracking Gotta Catch 'Em All label Oct 23, 2022
@james-prysm james-prysm changed the title [Tracking]: Light client server support [Tracking] - Light client server support Jan 9, 2023
@prestonvanloon prestonvanloon linked a pull request Mar 13, 2024 that will close this issue
@rkapka
Copy link
Contributor

rkapka commented Jul 17, 2024

I am closing this in favor of #12991

@rkapka rkapka closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tracking Gotta Catch 'Em All
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants