Skip to content

[stable2606] Backport #12388#12575

Merged
EgorPopelyaev merged 1 commit into
stable2606from
backport-12388-to-stable2606
Jul 7, 2026
Merged

[stable2606] Backport #12388#12575
EgorPopelyaev merged 1 commit into
stable2606from
backport-12388-to-stable2606

Conversation

@paritytech-release-backport-bot

Copy link
Copy Markdown

Backport #12388 into stable2606 from tdimitrov.

See the documentation on how to use this bot.

…#12388)

Currently the collator sends its parachain PeerId within the
ApprovedPeer UMP signal, which is wrong because this peer id is not
known on the relay chain.
As a result on CandidateIncluded event the score is bumped for the wrong
PeerId and the collator remains with zero reputation no matter its
honest work.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 44b3a38)
@github-actions github-actions Bot added the A3-backport Pull request is already reviewed well in another branch. label Jul 7, 2026
@github-actions github-actions Bot requested a review from tdimitrov July 7, 2026 06:24
@github-actions

github-actions Bot commented Jul 7, 2026

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 enabled auto-merge (squash) July 7, 2026 10:06
@EgorPopelyaev EgorPopelyaev merged commit ab9c4c8 into stable2606 Jul 7, 2026
276 of 286 checks passed
@EgorPopelyaev EgorPopelyaev deleted the backport-12388-to-stable2606 branch July 7, 2026 10:24
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