Skip to content
Snippets Groups Projects
Unverified Commit 45492e39 authored by Stephane Gurgenidze's avatar Stephane Gurgenidze Committed by GitHub
Browse files

runtime-api: remove redundant version checks (#7610)


## Issue
- [[#1940] Cleanup boilerplate code when DisabledValidators runtime api
call is
released](https://github.com/paritytech/polkadot-sdk/issues/1940)
- Includes other runtime APIs, such as `MinimumBackingVotes` and
`NodeFeatures`, that are already supported by Polkadot.

## 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.

---------

Co-authored-by: default avatarBastian Köcher <git@kchr.de>
parent 1abdb7f3
No related merge requests found
Pipeline #519503 waiting for manual action with stages
in 29 minutes and 49 seconds