lighthouse/consensus/state_processing/src
Michael Sproul c5f03f7d56 Tidy slasher logs for known slashings (#2108)
## Proposed Changes

This quiets the slasher logs when ingesting slashings that are already known. Previously we would log an `ERRO` when a slashing was rediscovered locally but had already been submitted on-chain. This is to be expected from time to time, as different users' slashers will run at different times, and it's likely that slashings will make it on-chain before all users have detected them locally.
2020-12-23 07:53:38 +00:00
..
common Check whistle-blower index (#1911) 2020-11-16 06:28:09 +00:00
per_block_processing Tidy slasher logs for known slashings (#2108) 2020-12-23 07:53:38 +00:00
per_epoch_processing Update consensus code and tests to v0.12.3 (#1655) 2020-09-26 01:58:29 +00:00
genesis.rs get_active_validator_indices() now has bound check (#1300) 2020-06-29 18:21:51 +10:00
lib.rs Process exits and slashings off the network (#1253) 2020-06-18 21:06:34 +10:00
macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
per_block_processing.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
per_epoch_processing.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
per_slot_processing.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
test_utils.rs Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
verify_operation.rs Process exits and slashings off the network (#1253) 2020-06-18 21:06:34 +10:00