Skip to content

[stable2509] Backport #10235#10270

Merged
EgrPrty merged 3 commits intostable2509from
backport-10235-to-stable2509
Nov 11, 2025
Merged

[stable2509] Backport #10235#10270
EgrPrty merged 3 commits intostable2509from
backport-10235-to-stable2509

Conversation

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

Backport #10235 into stable2509 from bkchr.

See the documentation on how to use this bot.

When calling `offchain-worker` we were initializing the entire `System`
again with the same block we are running on top of. However, with [the
change to require strictly increasing block
numbers](#10180) the
offchain-worker was failing. This is now solved by just registering the
missing digests. The rest of the changes done by `initialize` are not
important for offchain workers.

The pull request ensures that we are actually testing this behavior of
the offchain worker now.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 405e0bd)
@paritytech-release-backport-bot paritytech-release-backport-bot bot requested a review from a team as a code owner November 10, 2025 14:40
@github-actions github-actions bot added the A3-backport Pull request is already reviewed well in another branch. label Nov 10, 2025
@github-actions github-actions bot requested a review from bkchr November 10, 2025 14:41
@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.

@EgrPrty EgrPrty merged commit dc08584 into stable2509 Nov 11, 2025
253 of 267 checks passed
@EgrPrty EgrPrty deleted the backport-10235-to-stable2509 branch November 11, 2025 14:22
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