-
Notifications
You must be signed in to change notification settings - Fork 248
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
Trial support for new RPC API #732
Milestone
Comments
4 tasks
This was referenced Jan 9, 2023
Just to add more detail for how I think we should go about this:
|
Closed in #1161 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a PoC for integrating the new RPC Spec V2 API into subxt.
The integration will provide further user feedback on the new API, and identify its strengths and weaknesses.
The implementation should leverage the newly exposed APIs from the chainHead.
Provide a user ergonomic API for subscribing to chainHead_unstable_follow notifications.
The follow subscription must be extended with the ability to:
As well as dropping the provided blocks using the chainHead_unstable_unpin method to avoid suspending the follow subscription upon exceeding the number of pinned blocks.
The text was updated successfully, but these errors were encountered: