-
Notifications
You must be signed in to change notification settings - Fork 1.2k
runtime-api: remove redundant version checks #7610
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
29dc4a0
refactor(runtime-api): remove redundant version checks
d216612
docs(PRdoc): add PRdoc
280f216
docs(PRdoc): change polkadot-node-subsystem-util bump to major
5d8dcd7
fix(dispute-coordinator): fix failing tests
291cc3d
refactor: remove Option from node_features
283fec0
Merge branch 'master' into sw10pa/remove-runtime-api-version-checks
sw10pa ce9fc12
refactor: move request_disabled_validators call into try_join
27cc8ea
refactor: replace helper functions with specialized runtime API requests
fdc4659
docs: update PRdoc
2eb8515
Update polkadot/node/subsystem-util/src/availability_chunks.rs
sw10pa 0934912
Update polkadot/node/subsystem-util/src/availability_chunks.rs
sw10pa a9ed867
fix: dereference bitref
2c23781
Merge branch 'master' into sw10pa/remove-runtime-api-version-checks
sw10pa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| title: "runtime-api: remove redundant version checks" | ||
|
|
||
| doc: | ||
| - audience: Node Dev | ||
| description: | | ||
| This PR removes unnecessary runtime API version checks for APIs supported | ||
| by Polkadot (the most recent network to upgrade). Specifically, it applies | ||
| to the `DisabledValidators`, `MinimumBackingVotes` and `NodeFeatures` APIs. | ||
|
|
||
| crates: | ||
| - name: polkadot-node-subsystem-util | ||
| bump: major | ||
| - name: polkadot-statement-distribution | ||
| bump: patch | ||
| - name: polkadot-node-core-dispute-coordinator | ||
| bump: none |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.