statement-distribution: prep for re-enabling (#4431)
In preparation for launching re-enabling (https://github.com/paritytech/polkadot-sdk/issues/2418), we need to adjust the disabling strategy of statement-distribution to use the relay parent's state instead of the latest state (union of active leaves). This will also ensure no raciness of getting the latest state vs accepting statements from disabling validators at the cost of being more lenient/potentially accepting more statements from disabled validators. - [x] PRDoc
parent
d1299683
Pipeline
#480319
waiting for manual action
with stages
in
37 minutes and 50 seconds
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Showing
- polkadot/node/network/statement-distribution/src/v2/cluster.rs 0 additions, 7 deletions...dot/node/network/statement-distribution/src/v2/cluster.rs
- polkadot/node/network/statement-distribution/src/v2/mod.rs 54 additions, 93 deletionspolkadot/node/network/statement-distribution/src/v2/mod.rs
- polkadot/node/network/statement-distribution/src/v2/tests/mod.rs 1 addition, 1 deletion...t/node/network/statement-distribution/src/v2/tests/mod.rs
- polkadot/node/network/statement-distribution/src/v2/tests/requests.rs 66 additions, 389 deletions...e/network/statement-distribution/src/v2/tests/requests.rs
- polkadot/roadmap/implementers-guide/src/node/backing/statement-distribution.md 6 additions, 20 deletions...ementers-guide/src/node/backing/statement-distribution.md
- prdoc/pr_4431.prdoc 17 additions, 0 deletionsprdoc/pr_4431.prdoc
Please register or sign in to comment