lighthouse/consensus/state_processing/src
blacktemplar d8cda2d86e Fix new clippy lints (#2036)
## Issue Addressed

NA

## Proposed Changes

Fixes new clippy lints in the whole project (mainly [manual_strip](https://rust-lang.github.io/rust-clippy/master/index.html#manual_strip) and [unnecessary_lazy_evaluations](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations)). Furthermore, removes `to_string()` calls on literals when used with the `?`-operator.
2020-12-03 01:10:26 +00:00
..
common Check whistle-blower index (#1911) 2020-11-16 06:28:09 +00:00
per_block_processing Fix new clippy lints (#2036) 2020-12-03 01:10:26 +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