This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Optimize PoV Distribution: in-group gossip #1688
Labels
I10-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
S1-implement
PR/Issue is in the implementation stage
Milestone
As PoV Distribution currently works, we effectively gossip all PoVs for all scheduled paras to the entire network.
Now that we have validator discovery and connection APIs, we can limit the gossip of PoVs for a specific para to the validators of the group that they are assigned to.
That is, validators should attempt to connect to all other validators in their group and gossip PoVs for the para their group is assigned to only to those peers and not to the broader network. This should cut down on bandwidth substantially.
The text was updated successfully, but these errors were encountered: