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

runtime-api: remove redundant version checks #7610

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sw10pa
Copy link
Member

@sw10pa sw10pa commented Feb 18, 2025

Issue

Description

This PR removes unnecessary runtime API version checks from subsystem-util/src/runtime for APIs supported by Polkadot (the most recent network to upgrade). Specifically, it applies to the DisabledValidators, MinimumBackingVotes and NodeFeatures APIs.

@sw10pa sw10pa requested review from tdimitrov and alindima February 18, 2025 15:01
@sw10pa sw10pa self-assigned this Feb 18, 2025
@sw10pa sw10pa added T4-runtime_API This PR/Issue is related to runtime APIs. T0-node This PR/Issue is related to the topic “node”. labels Feb 18, 2025
@sw10pa sw10pa marked this pull request as ready for review February 18, 2025 15:22
@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/13396130678
Failed job name: test-linux-stable-no-try-runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”. T4-runtime_API This PR/Issue is related to runtime APIs.
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

Cleanup boilerplate code when DisabledValidators runtime api call is released
1 participant