approval-voting: Add no shows debug information (#4726)
Add some debug logs to be able to identify the validators and parachains
that have most no-shows, this metric is valuable because it will help us
identify validators and parachains that regularly have this problem.
From the validator_index we can then query the on-chain information and
identify the exact validator that is causing the no-shows.
---------
Signed-off-by:
Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Showing
- polkadot/node/core/approval-voting/src/approval_checking.rs 34 additions, 7 deletionspolkadot/node/core/approval-voting/src/approval_checking.rs
- polkadot/node/core/approval-voting/src/import.rs 1 addition, 0 deletionspolkadot/node/core/approval-voting/src/import.rs
- polkadot/node/core/approval-voting/src/lib.rs 87 additions, 11 deletionspolkadot/node/core/approval-voting/src/lib.rs
- polkadot/node/core/approval-voting/src/tests.rs 2 additions, 0 deletionspolkadot/node/core/approval-voting/src/tests.rs
Please register or sign in to comment