Skip to content

[stable2603] Backport #11626#11639

Merged
eskimor merged 1 commit intostable2603from
backport-11626-to-stable2603
Apr 4, 2026
Merged

[stable2603] Backport #11626#11639
eskimor merged 1 commit intostable2603from
backport-11626-to-stable2603

Conversation

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

Backport #11626 into stable2603 from eskimor.

See the documentation on how to use this bot.

implicit views can return paths longer than lookahead, which leads to
is_slot_available skipping the loop
[here](https://github.com/paritytech/polkadot-sdk/blob/a103769c2e2cb739f721d0446acabe97a2c0df08/polkadot/node/network/collator-protocol/src/validator_side/mod.rs#L1598),
because of `ancestor_valid_len` being 0, leading to rejections of
candidates.

I also noticed that `paths_via_relay_parents` can be massively
simplified, which also removes above bug. ImplicitView can likely be
simplified further as I no longer see any need to keep
`block_info_storage` at all anymore.

Fixes: #11625
(cherry picked from commit ce07e65)
@github-actions github-actions Bot added the A3-backport Pull request is already reviewed well in another branch. label Apr 3, 2026
@github-actions github-actions Bot requested a review from eskimor April 3, 2026 21:01
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

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.

@eskimor eskimor merged commit 2837854 into stable2603 Apr 4, 2026
249 of 252 checks passed
@eskimor eskimor deleted the backport-11626-to-stable2603 branch April 4, 2026 19:07
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.

1 participant