lighthouse/beacon_node/store/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
..
impls Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
chunked_iter.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
chunked_vector.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
config.rs Refine compaction (#1916) 2020-11-17 09:10:53 +00:00
errors.rs Use the database to persist the pubkey cache (#2234) 2021-03-04 01:25:12 +00:00
forwards_iter.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
garbage_collection.rs Compact database on finalization (#1871) 2020-11-09 07:02:21 +00:00
hot_cold_store.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
impls.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
iter.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
leveldb_store.rs update dependencies (#2032) 2020-12-07 08:20:33 +00:00
lib.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
memory_store.rs Compact database on finalization (#1871) 2020-11-09 07:02:21 +00:00
metadata.rs [Altair] Sync committee pools (#2321) 2021-07-15 00:52:02 +00:00
metrics.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
partial_beacon_state.rs [Altair] Sync committee pools (#2321) 2021-07-15 00:52:02 +00:00