lighthouse/beacon_node/lighthouse_network/src
Age Manning bdd70d7aef Reduce gossip history (#2969)
The gossipsub history was increased to a good portion of a slot from 2.1 seconds in the last release.

Although it shouldn't cause too much issue, it could be related to recieving later messages than usual and interacting with our scoring system penalizing peers. For consistency, this PR reduces the time we gossip messages back to the same values of the previous release.

It also adjusts the gossipsub heartbeat time for testing purposes with a developer flag but this should not effect end users.
2022-01-31 07:29:41 +00:00
..
behaviour Increase target subnet peers (#2948) 2022-01-24 12:08:00 +00:00
discovery Network performance tuning (#2608) 2022-01-14 05:42:47 +00:00
peer_manager Allow disconnected states to introduce new peers without warning (#2922) 2022-01-20 09:14:25 +00:00
rpc Restrict network limits based on merge fork epoch (#2839) 2021-12-02 14:32:31 +11:00
types Unban peers at the swarm level when purged (#2855) 2021-12-20 23:45:21 +00:00
config.rs Reduce gossip history (#2969) 2022-01-31 07:29:41 +00:00
lib.rs Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
metrics.rs Add peer score adjustment msgs (#2901) 2022-01-12 05:32:14 +00:00
service.rs Network performance tuning (#2608) 2022-01-14 05:42:47 +00:00