lighthouse/consensus
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
..
cached_tree_hash Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
fork_choice Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
int_to_bytes update dependencies (#2032) 2020-12-07 08:20:33 +00:00
merkle_proof Implement matches! macro (#1777) 2020-10-15 21:42:43 +00:00
proto_array Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
safe_arith Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
serde_utils Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
ssz Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
ssz_derive Address clippy lints, panic in ssz_derive on overflow (#1714) 2020-10-25 23:27:39 +00:00
ssz_types Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
state_processing Tidy slasher logs for known slashings (#2108) 2020-12-23 07:53:38 +00:00
swap_or_not_shuffle Update external deps (#1711) 2020-10-05 08:22:19 +00:00
tree_hash Address clippy lints, panic in ssz_derive on overflow (#1714) 2020-10-25 23:27:39 +00:00
tree_hash_derive Update external deps (#1711) 2020-10-05 08:22:19 +00:00
types Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00