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

Light client updates by range RPC #6383

Open
wants to merge 2 commits into
base: unstable
Choose a base branch
from

Conversation

eserilev
Copy link
Collaborator

Issue Addressed

Partially #3651

Proposed Changes

Enable light client updates request over RPC

@eserilev eserilev added light-client work-in-progress PR is a work-in-progress labels Sep 10, 2024
consensus/types/src/light_client_update.rs Outdated Show resolved Hide resolved
self.log,
"LightClientUpdatesByRange outgoing response processed";
"peer" => %peer_id,
"msg" => "Failed to return all requested light client updates",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be that the peer requested updates ahead of what's currently available, not our fault.

beacon_node/lighthouse_network/src/rpc/protocol.rs Outdated Show resolved Hide resolved
beacon_node/lighthouse_network/src/peer_manager/mod.rs Outdated Show resolved Hide resolved
beacon_node/lighthouse_network/src/rpc/methods.rs Outdated Show resolved Hide resolved
beacon_node/lighthouse_network/src/rpc/methods.rs Outdated Show resolved Hide resolved
@eserilev eserilev added ready-for-review The code is ready for review and removed work-in-progress PR is a work-in-progress labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
light-client ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants