[stable2506] Backport #8076#9005
Merged
EgorPopelyaev merged 4 commits intostable2506from Jun 27, 2025
Merged
Conversation
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 |
1345b6f to
ad97b9d
Compare
…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)
This reverts commit 2ec1065.
gui1117
approved these changes
Jun 27, 2025
Contributor
|
This pull request is amending an existing release. Please proceed with extreme caution,
Emergency Bypass
If you really need to bypass this check: add |
EgorPopelyaev
approved these changes
Jun 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #8076 into
stable2506from gui1117.See the documentation on how to use this bot.