lighthouse/beacon_node/network/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
..
attestation_service Small network adjustments (#1884) 2020-11-13 06:06:33 +00:00
beacon_processor Performance improvement for db reads (#1909) 2020-11-16 07:28:30 +00:00
router Performance improvement for db reads (#1909) 2020-11-16 07:28:30 +00:00
service Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00
sync Misc Peer sync info adjustments (#1896) 2020-11-13 09:00:10 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
metrics.rs Gossipsub scoring (#1668) 2020-11-12 01:48:28 +00:00
nat.rs Update libp2p (#1865) 2020-11-06 04:14:14 +00:00
persisted_dht.rs Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00
service.rs Update logs + do not downscore peers if WE time out (#1901) 2020-11-16 04:06:14 +00:00