We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4947cf commit 9bb8de3Copy full SHA for 9bb8de3
prdoc/pr_4431.prdoc
@@ -0,0 +1,15 @@
1
+title: "Statement-Distribution validator disabling changes"
2
+
3
+doc:
4
+ - audience: Node Dev
5
+ description: |
6
+ In preparation for launching re-enabling (#2418), we need to adjust the
7
+ disabling strategy of statement-distribution to use the relay parent's
8
+ state instead of the latest state (union of active leaves). This will also
9
+ ensure no raciness of getting the latest state vs accepting statements from
10
+ disabling validators at the cost of being more lenient/potentially accepting
11
+ more statements from disabled validators.
12
13
+crates:
14
+ - name: polkadot-statement-distribution
15
+ bump: patch
0 commit comments