lighthouse-pulse/slasher/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
..
array.rs update dependencies (#2032) 2020-12-07 08:20:33 +00:00
attestation_queue.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
attester_record.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
batch_stats.rs Add slasher broadcast (#2079) 2020-12-16 03:44:01 +00:00
block_queue.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
config.rs Enable Compatibility with Windows (#2333) 2021-05-19 23:05:16 +00:00
database.rs Enable Compatibility with Windows (#2333) 2021-05-19 23:05:16 +00:00
error.rs Enable Compatibility with Windows (#2333) 2021-05-19 23:05:16 +00:00
lib.rs Fix slasher database schema migration to v2 (#2125) 2020-12-28 05:09:19 +00:00
metrics.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
migrate.rs Fix slasher database schema migration to v2 (#2125) 2020-12-28 05:09:19 +00:00
slasher.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
test_utils.rs Clippy 1.49.0 updates and dht persistence test fix (#2156) 2021-01-19 00:34:28 +00:00
utils.rs Tweak slasher DB schema and pruning (#1948) 2020-11-23 21:33:51 +00:00