lighthouse/beacon_node/store/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
..
impls Write new blocks and states to the database atomically (#1285) 2020-07-01 12:45:57 +10:00
chunked_iter.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
chunked_vector.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
config.rs Refine compaction (#1916) 2020-11-17 09:10:53 +00:00
errors.rs Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00
forwards_iter.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
garbage_collection.rs Compact database on finalization (#1871) 2020-11-09 07:02:21 +00:00
hot_cold_store.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
impls.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
iter.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
leveldb_store.rs Compact database on finalization (#1871) 2020-11-09 07:02:21 +00:00
lib.rs Compact database on finalization (#1871) 2020-11-09 07:02:21 +00:00
memory_store.rs Compact database on finalization (#1871) 2020-11-09 07:02:21 +00:00
metadata.rs Refine compaction (#1916) 2020-11-17 09:10:53 +00:00
metrics.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
partial_beacon_state.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
schema_change.rs Implement database temp states to reduce memory usage (#1798) 2020-10-23 01:27:51 +00:00