-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport #6864 into `stable2412` from alexggh. 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: Alexandru Gheorghe <[email protected]>
- Loading branch information
1 parent
4672a24
commit 60db405
Showing
3 changed files
with
68 additions
and
4 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
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,18 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Fix approval-voting canonicalize off by one | ||
|
||
doc: | ||
- audience: Node Dev | ||
description: | | ||
The approval-voting canonicalize was off by one, which lead to blocks being | ||
cleaned up every other 2 blocks. Normally, this is not an issue, but on restart | ||
we might end up sending NewBlocks to approval-distribution with finalized blocks. | ||
This would be problematic in the case were finalization was already lagging before | ||
restart, so after restart approval-distribution will trigger aggression on the wrong | ||
already finalized block. | ||
|
||
crates: | ||
- name: polkadot-node-core-approval-voting | ||
bump: minor |