lighthouse/beacon_node/eth2_libp2p/src
Age Manning 49c4630045 Performance improvement for db reads (#1909)
This PR adds a number of improvements:
- Downgrade a warning log when we ignore blocks for gossipsub processing
- Revert a a correction to improve logging of peer score changes
- Shift syncing DB reads off the core-executor allowing parallel processing of large sync messages
- Correct the timeout logic of RPC chunk sends, giving more time before timing out RPC outbound messages.
2020-11-16 07:28:30 +00:00
..
behaviour Update logs + do not downscore peers if WE time out (#1901) 2020-11-16 04:06:14 +00:00
discovery do subnet discoveries until we have MESH_N_LOW many peers (#1886) 2020-11-13 00:56:05 +00:00
peer_manager Performance improvement for db reads (#1909) 2020-11-16 07:28:30 +00:00
rpc Performance improvement for db reads (#1909) 2020-11-16 07:28:30 +00:00
types Tweak head syncing (#1845) 2020-11-01 23:37:39 +00:00
config.rs Small network adjustments (#1884) 2020-11-13 06:06:33 +00:00
lib.rs Node endpoints (#1778) 2020-10-22 02:59:42 +00:00
metrics.rs Extended Gossipsub metrics (#1577) 2020-09-01 06:59:14 +00:00
service.rs Misc Peer sync info adjustments (#1896) 2020-11-13 09:00:10 +00:00