-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport #7050 into `stable2407` from skunert. 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: Sebastian Kunert <skunert49@gmail.com>
- Loading branch information
1 parent
fb9b95d
commit 826bb49
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Avoid incomplete block import pipeline with full verifying import queue | ||
doc: | ||
- audience: Node Dev | ||
description: |- | ||
When warp syncing a node using the equivocation checking verifier, we now properly set the fork_choice rule. | ||
Affected are mostly nodes that are derived from the parachain template. Omni-node is not affected. | ||
|
||
The prevents the error `ClientImport("Incomplete block import pipeline.")` after state sync. | ||
crates: | ||
- name: cumulus-client-consensus-aura | ||
bump: patch |