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

Add light messages protocol negotiation and request handling logic #62

Closed
StoyanDrumev opened this issue Apr 7, 2023 · 1 comment · Fixed by #60
Closed

Add light messages protocol negotiation and request handling logic #62

StoyanDrumev opened this issue Apr 7, 2023 · 1 comment · Fixed by #60
Assignees

Comments

@StoyanDrumev
Copy link
Collaborator

No description provided.

@StoyanDrumev StoyanDrumev added this to the M3. Substreams & Sync milestone Apr 7, 2023
@StoyanDrumev
Copy link
Collaborator Author

/light/2

Light clients are applications that fetch the required data that they need from a Polkadot node with an associated proof to validate the data. The light client messages make this functionality possible

Create RemoteCallRequest, RemoteReadRequest, RemoteReadChildRequest messages that have to Protobuf encoded
Validate RemoteCallResponse and RemoteReadResponse messages that are Protobuf encoded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants