You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tuyennhv we should review the flood publish strategy into publishing to only a subset of subscribed peers. Can you review other clients strategies? Nimbus runs nodes with 2500 peers and has very reasonable outbound bandwidth
need to figure out if it causes more delay when publishing block or not when increasing to 100 peers because we send published messages to all peers, see #6596
Problem description
Gradually all nodes will subscribe to exactly 2 subnets per node due to ethereum/consensus-specs#3312 so it'll not easy to find enough subnet peers
Solution description
We should track different things:
Additional context
Also other clients already increased to 100 peers (lighthouse, nimbus), lodestar should do the same
The text was updated successfully, but these errors were encountered: