lighthouse/beacon_node/network
divma eb56140582 Update logs + do not downscore peers if WE time out (#1901)
## Issue Addressed

- RPC Errors were being logged twice: first in the peer manager and then again in the router, so leave just the peer manager's one 
- The "reduce peer count" warn message gets thrown to the user for every missed chunk, so instead print it when the request times out and also do not include there info that is not relevant to the user
- The processor didn't have the service tag so add it
- Impl `KV` for status message
- Do not downscore peers if we are the ones that timed out

Other small improvements
2020-11-16 04:06:14 +00:00
..
src Update logs + do not downscore peers if WE time out (#1901) 2020-11-16 04:06:14 +00:00
Cargo.toml Update libp2p (#1865) 2020-11-06 04:14:14 +00:00