lighthouse/beacon_node
Jack McPherson 6235e452e1 Do not attempt to resubscribe to core topics (#4271)
This commit adds a check to the networking service when handling core gossipsub topic subscription requests. If the BN is already subscribed to the core topics, we won't attempt to resubscribe.

## Issue Addressed

#4258 

## Proposed Changes

 - In the networking service, check if we're already subscribed to all of the core gossipsub topics and, if so, do nothing

## Additional Info

N/A
2023-05-08 07:15:26 +00:00
..
beacon_chain Backfill blocks only to the WSP by default (#4082) 2023-05-05 03:49:23 +00:00
builder_client Set user agent on requests to builder (#4199) 2023-04-18 02:47:36 +00:00
client Backfill blocks only to the WSP by default (#4082) 2023-05-05 03:49:23 +00:00
eth1 Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
execution_layer Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
genesis Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
http_api Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
http_metrics Add content-type header to metrics server response (#3970) 2023-02-28 02:20:50 +00:00
lighthouse_network Backfill blocks only to the WSP by default (#4082) 2023-05-05 03:49:23 +00:00
network Do not attempt to resubscribe to core topics (#4271) 2023-05-08 07:15:26 +00:00
operation_pool Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
src Backfill blocks only to the WSP by default (#4082) 2023-05-05 03:49:23 +00:00
store Backfill blocks only to the WSP by default (#4082) 2023-05-05 03:49:23 +00:00
tests Appease Clippy 1.68 and refactor http_api (#4068) 2023-03-13 01:40:03 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml Release v4.1.0 (#4191) 2023-04-20 00:51:38 +00:00