lighthouse/beacon_node/network/src
realbigsean 303deb9969 Rust 1.54.0 lints (#2483)
## Issue Addressed

N/A

## Proposed Changes

- Removing a bunch of unnecessary references
- Updated `Error::VariantError` to `Error::Variant`
- There were additional enum variant lints that I ignored, because I thought our variant names were fine
- removed `MonitoredValidator`'s `pubkey` field, because I couldn't find it used anywhere. It looks like we just use the string version of the pubkey (the `id` field) if there is no index

## Additional Info



Co-authored-by: realbigsean <seananderson33@gmail.com>
2021-07-30 01:11:47 +00:00
..
attestation_service rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
beacon_processor Global Network Behaviour Refactor (#2442) 2021-07-15 16:43:17 +10:00
router Handle early blocks (#2155) 2021-02-24 03:08:52 +00:00
service Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
sync Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
metrics.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
nat.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
persisted_dht.rs Network upgrades (#2345) 2021-07-15 16:43:10 +10:00
service.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
status.rs Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00