-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't disconnect on invalid imports. (#5392)
There are numerous reasons for invalid imports, most of them would likely be caused by bugs. On the other side, dispute distribution handles all connections fairly, thus there is little harm in keeping a problematic connection open. --------- Co-authored-by: eskimor <[email protected]> Co-authored-by: ordian <[email protected]>
- Loading branch information
1 parent
e600b74
commit b2ec017
Showing
2 changed files
with
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: "Don't disconnect disabled nodes sending us dispute messages" | ||
|
||
doc: | ||
- audience: Node Operator | ||
description: | | ||
No longer disconnect peers which we consider disabled when raising | ||
disputes as this will affect the approval process and thus finality. | ||
|
||
crates: | ||
- name: polkadot-dispute-distribution | ||
bump: patch |