Skip to content

[stable2512] Backport #11467#11467

Merged
EgorPopelyaev merged 8 commits intostable2512from
backport-10662-to-stable2512
Mar 24, 2026
Merged

[stable2512] Backport #11467#11467
EgorPopelyaev merged 8 commits intostable2512from
backport-10662-to-stable2512

Conversation

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

Backport #10662 into stable2512 from bkontur.

See the documentation on how to use this bot.

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

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-10662-to-stable2512
git worktree add --checkout .worktree/backport-10662-to-stable2512 backport-10662-to-stable2512
cd .worktree/backport-10662-to-stable2512
git reset --hard HEAD^
git cherry-pick -x b2bcb74b13f1a1e082f701e3e05ce1be44d16790
git push --force-with-lease

@github-actions github-actions bot added the A3-backport Pull request is already reviewed well in another branch. label Mar 23, 2026
@github-actions github-actions bot requested a review from bkontur March 23, 2026 11:18
bkontur added 3 commits March 23, 2026 14:27
Revert changes from polkadot-omni-node/lib, bin/node,
frame/transaction-storage, and inherents/src. Only retain the
new runtime_api.rs in transaction-storage-proof with its
supporting pub mod declaration and sp-api dependency.
@bkontur bkontur marked this pull request as ready for review March 24, 2026 08:39
@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 changed the title [stable2512] Backport #10662 [stable2512] Backport #11467 Mar 24, 2026
Partial backport of #10662 to stable2512, adding transaction_index::HostFunctions and TransactionStorageApi::retention_period.
@bkontur bkontur requested a review from a team as a code owner March 24, 2026 12:02
@EgorPopelyaev EgorPopelyaev enabled auto-merge (squash) March 24, 2026 12:04
@EgorPopelyaev EgorPopelyaev merged commit 28530a0 into stable2512 Mar 24, 2026
242 of 258 checks passed
@EgorPopelyaev EgorPopelyaev deleted the backport-10662-to-stable2512 branch March 24, 2026 12:54
arturgontijo pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Apr 1, 2026
Backport paritytech#10662 into `stable2512` from bkontur.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

---------

Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Co-authored-by: Egor_P <egor@parity.io>
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.

2 participants