chore: deprecate substrate-api-sidecar in favor of polkadot-rest-api#1951
Merged
Conversation
filvecchiato
approved these changes
Apr 23, 2026
Contributor
filvecchiato
left a comment
There was a problem hiding this comment.
Just a comment otherwise good to go
|
|
||
| **`substrate-api-sidecar` is deprecated in favor of [`polkadot-rest-api`](https://github.com/paritytech/polkadot-rest-api).** | ||
|
|
||
| `polkadot-rest-api` is a ground-up Rust rewrite built on [`subxt`](https://github.com/paritytech/subxt), with 1:1 API compatibility, stable memory under sustained load, significantly lower latency and higher throughput, and native SCALE decoding via `parity-scale-codec`. |
Contributor
There was a problem hiding this comment.
Is it worth metioning the /v1 in the endpoints?
Contributor
Author
There was a problem hiding this comment.
I mentioned it right after the API compatibility in a parenthesis. Wdyt? Is it enough to get users attention?
TarikGul
reviewed
Apr 23, 2026
filvecchiato
approved these changes
Apr 27, 2026
- CoretimeAssignmentProvider pallet was removed from the relay chain runtime in polkadot-sdk PR 10184
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Deprecating substrate-api-sidecar in favor of polkadot-rest-api.
Tasks
README.mdsrc/App.tsCHANGELOG.mdfor the next releaseDockerfile.README.mdfeature-request.mdandreport-bug.md)Out of scope for this PR
This PR contains only file edits inside the repository. Two further actions remain to fully publish the deprecation, both of which require platform credentials and cannot be performed in source control:
@substrate/api-sidecarmust runnpm deprecate @substrate/api-sidecar@"*" "Deprecated in favor of polkadot-rest-api (Rust rewrite, 1:1 API-compatible). Migrate: https://github.com/paritytech/polkadot-rest-api".parity/substrate-api-sidecarmust paste the deprecationbanner into the Docker Hub Overview field manually. The repo has no auto-sync action, so the
Dockerfile.README.mdchange in this PR does not propagate.