Skip to content

[stable2412] Backport #9325#9333

Merged
EgorPopelyaev merged 1 commit intostable2412from
backport-9325-to-stable2412
Jul 28, 2025
Merged

[stable2412] Backport #9325#9333
EgorPopelyaev merged 1 commit intostable2412from
backport-9325-to-stable2412

Conversation

@paritytech-release-backport-bot
Copy link
Copy Markdown

Backport #9325 into stable2412 from TDemeco.

See the documentation on how to use this bot.

…f hardcoded one in benchmarks (#9325)

This PR is a simple fix for issue #9324, by making the benchmarks of
`pallet-im-online` linear up to `pallet_im_online::Config::MaxKeys`
instead of the hardcoded constant `MAX_KEYS = 1000`.

This should allow any runtime that uses `pallet-im-online` with less
than 1000 max keys to be able to benchmark the pallet correctly.

(cherry picked from commit 33a43cf)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request is amending an existing release. Please proceed with extreme caution,
as to not impact downstream teams that rely on the stability of it. Some things to consider:

  • Backports are only for 'patch' or 'minor' changes. No 'major' or other breaking change.
  • Should be a legit fix for some bug, not adding tons of new features.
  • Must either be already audited or not need an audit.
Emergency Bypass

If you really need to bypass this check: add validate: false to each crate
in the Prdoc where a breaking change is introduced. This will release a new major
version of that crate and all its reverse dependencies and basically break the release.

@EgorPopelyaev EgorPopelyaev merged commit f5d44c3 into stable2412 Jul 28, 2025
116 of 141 checks passed
@EgorPopelyaev EgorPopelyaev deleted the backport-9325-to-stable2412 branch July 28, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A3-backport Pull request is already reviewed well in another branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants