-
Notifications
You must be signed in to change notification settings - Fork 721
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 (#5153)
Fix #3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
- Loading branch information
1 parent
f5d4e92
commit dc4047c
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
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 |
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