lighthouse/beacon_node/network
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
..
src Do not attempt to resubscribe to core topics (#4271) 2023-05-08 07:15:26 +00:00
Cargo.toml Update igd to v0.12.1 (#4257) 2023-05-03 04:12:14 +00:00