-
Notifications
You must be signed in to change notification settings - Fork 767
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
chainHead: Stabilize chainHead to version 1 #4168
Conversation
Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with this!
I wonder whether, in this initial PR, we should alias eg chainHead_unstable_foo to call chainHead_v1_foo, just so that clients like PAPI/Subxt will continue to work until they update. I'm not personally too fussed from Subxt's PoV though. - Since PAPI uses Smoldot anyway it probably doesn't care, and I don't care for Subxt so I think we can just change them to v1 without any extra effort.
The CI pipeline was cancelled due to failure one of the required jobs. |
This PR stabilizes the chainHead API to version 1.
Needs:
cc @paritytech/subxt-team