Conversation
b1e70e4 to
96913d0
Compare
96913d0 to
0d13d7b
Compare
- Add v3_seen flag and transition-safe accessors used by PVF - Add version_for_approval_dispute on CandidateDescriptorV2 - Add scheduling_parent_for_approval_dispute - and scheduling_session_for_approval_dispute - Thread v3_seen through ValidationContext and related PVF paths - Update tests to use CandidateReceiptV2 and the new transition logic
3 tasks
(More to come)
(Mostly statement distribution)
Get rid of HypotheticalOrConcreteCandidate
paritytech-release-backport-bot Bot
pushed a commit
that referenced
this pull request
Mar 20, 2026
Also: - more relay_parent -> scheduling_parent fixes. - Some candidate validation cleanup (a bit less spaghetti) - Make sure we don't use the relay parent to fetch state anywhere - state might not be available now - Make sure usages of scheduling parent in disputes for fetching state are sound - Via fixing 11272: Simpler backing pipeline - no threading of node features everywhere (cherry picked from commit fec2790)
|
Successfully created backport PR for |
eskimor
added a commit
that referenced
this pull request
Mar 23, 2026
Backport #11290 into `stable2603` from eskimor. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: eskimor <jfanatiker@gmx.at> Co-authored-by: eskimor <robert@gonimo.com>
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.
Also: