lighthouse/beacon_node/network/src
divma 8fcd22992c No string in slog (#2017)
## Issue Addressed

Following slog's documentation, this should help a bit with string allocations. I left it run for two days and mem usage is lower. This is of course anecdotal, but shouldn't harm anyway 

## Proposed Changes

remove `String` creation in logs when possible
2020-11-30 10:33:00 +00:00
..
attestation_service No string in slog (#2017) 2020-11-30 10:33:00 +00:00
beacon_processor No string in slog (#2017) 2020-11-30 10:33:00 +00:00
router No string in slog (#2017) 2020-11-30 10:33:00 +00:00
service Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
sync No string in slog (#2017) 2020-11-30 10:33:00 +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 Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
nat.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
persisted_dht.rs Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00
service.rs No string in slog (#2017) 2020-11-30 10:33:00 +00:00
status.rs Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00