mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
f8954093b4
Backport of https://github.com/paritytech/polkadot-sdk/pull/1863 to master Extend candidate sanitation in paras_inherent by removing backing votes from disabled validators. Check https://github.com/paritytech/polkadot-sdk/issues/1592 for more details. This change is related to the disabling strategy implementation (https://github.com/paritytech/polkadot-sdk/pull/2226). --------- Co-authored-by: ordian <noreply@reusable.software> Co-authored-by: ordian <write@reusable.software> Co-authored-by: Maciej <maciej.zyszkiewicz@parity.io>
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
title: Filter backing votes from disabled validators in paras_inherent
|
|
|
|
doc:
|
|
- audience: Runtime User
|
|
description: |
|
|
paras_inherent drops any backing votes from disabled validators on block import and asserts
|
|
that no votes from disabled validators are included in a block during execution
|
|
|
|
crates:
|
|
- name: polkadot-runtime-parachains
|