do not block finality for "disabled" disputes (#3358)

- [x] test with zombienet-sdk
- [x] prdoc

Relevant Issues:
https://github.com/paritytech/polkadot-sdk/issues/3314 (connected to the
cause)
https://github.com/paritytech/polkadot-sdk/issues/3345 (solves)

---------

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
ordian
2024-02-17 03:00:22 +01:00
committed by GitHub
parent 25988bed0b
commit 612587b7b6
5 changed files with 92 additions and 51 deletions
+11
View File
@@ -0,0 +1,11 @@
title: Do not stall finality on spam disputes
doc:
- audience: Node Operator
description: |
This PR fixes the issue that periodically caused
finality stalls on Kusama due to disputes happening
there in combination with disputes spam protection mechanism.
See: https://github.com/paritytech/polkadot-sdk/issues/3345
crates: [ ]