lighthouse/lcli/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
..
change_genesis_time.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
check_deposit_data.rs Update testnet tooling (#1001) 2020-04-19 02:20:43 +00:00
deploy_deposit_contract.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
eth1_genesis.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
generate_bootnode_enr.rs Fix EnrForkId computation (#1441) 2020-08-06 04:29:15 +00:00
helpers.rs Protect against OOB offset in variable list SSZ decoding (#974) 2020-04-20 15:35:47 +10:00
insecure_validators.rs Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
interop_genesis.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
main.rs Fallback nodes for eth1 access (#1918) 2020-11-27 08:37:44 +00:00
new_testnet.rs Change --testnet flag to --network (#1751) 2020-11-23 23:54:03 +00:00
parse_hex.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
parse_ssz.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
refund_deposit_contract.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
skip_slots.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
transition_blocks.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00