forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grandpa: handle error from SelectChain::finality_target (paritytech#5153
) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Bastian Köcher <git@kchr.de>
- Loading branch information
1 parent
fc5aabd
commit edbf56e
Showing
3 changed files
with
130 additions
and
2 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,12 @@ | ||
title: "Grandpa: Ensure voting doesn't fail after a re-org" | ||
|
||
doc: | ||
- audience: Node Operator | ||
description: | | ||
Ensures that a node is still able to vote with Grandpa, when a re-org happened that | ||
changed the best chain. This ultimately prevents that a network may runs into a | ||
potential finality stall. | ||
|
||
crates: | ||
- name: sc-consensus-grandpa | ||
bump: patch |