Skip to content

[stable2506] Backport #8076#9005

Merged
EgorPopelyaev merged 4 commits intostable2506from
backport-8076-to-stable2506
Jun 27, 2025
Merged

[stable2506] Backport #8076#9005
EgorPopelyaev merged 4 commits intostable2506from
backport-8076-to-stable2506

Conversation

@paritytech-release-backport-bot

Backport #8076 into stable2506 from gui1117.

See the documentation on how to use this bot.

@paritytech-release-backport-bot
Copy link
Author

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

git fetch origin backport-8076-to-stable2506
git worktree add --checkout .worktree/backport-8076-to-stable2506 backport-8076-to-stable2506
cd .worktree/backport-8076-to-stable2506
git reset --hard HEAD^
git cherry-pick -x 18cd0b4d8ff6a2eea379a3b166fe21aec180778f
git push --force-with-lease

@github-actions github-actions bot added the A3-backport Pull request is already reviewed well in another branch. label Jun 27, 2025
@github-actions github-actions bot requested a review from gui1117 June 27, 2025 00:02
@gui1117 gui1117 closed this Jun 27, 2025
@gui1117 gui1117 force-pushed the backport-8076-to-stable2506 branch from 1345b6f to ad97b9d Compare June 27, 2025 00:14
…8076)

In `polkadot-omni-node-lib`, when starting the node, when the runtime
for the best hash contains the runtime api: `ValidateStatement`, then we
start the statement store.

The statement store is an off-chain data-store for signed statements
accessible via RPC and offchain worker.
It uses the runtime api to get the allowance associated to an account.

This takes effect in `polkadot-omni-node` and `polkadot-parachain` and
any node depending on `polkadot-omni-node-lib`.

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com>
(cherry picked from commit 18cd0b4)
@gui1117 gui1117 reopened this Jun 27, 2025
@gui1117 gui1117 added the T0-node This PR/Issue is related to the topic “node”. label Jun 27, 2025
@gui1117 gui1117 marked this pull request as ready for review June 27, 2025 01:40
@github-actions
Copy link
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 enabled auto-merge (squash) June 27, 2025 15:09
@EgorPopelyaev EgorPopelyaev merged commit 07b3450 into stable2506 Jun 27, 2025
241 of 243 checks passed
@EgorPopelyaev EgorPopelyaev deleted the backport-8076-to-stable2506 branch June 27, 2025 16:11
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. T0-node This PR/Issue is related to the topic “node”.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants