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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Polkadot Collators don't want to connect to all nodes within the current validator set, but instead only to those nodes that are currently assigned as validators of their parachain.
This issue suggests to make AuthorityDiscovery listen on a channel for incoming Commands where the only enum variant would be Command::SetAuthorities(Vec<AuthorityId>) (for now). Instead of considering all validator nodes for the peer set priority group it would then only consider the subset.
The channel can be an implementation detail by wrapping it in a AuthorityDiscoveryClient: