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 has been archived by the owner on Nov 15, 2023. It is now read-only.
Ok, it will take me a bit longer to look into this. If anyone wants to pick this up sooner - be my guest :-) It is not super critical as connections seem to work since #2372 .
ordian
added
I3-bug
Fails to follow expected behavior.
and removed
U1-asap
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
labels
Feb 9, 2021
Statement distribution doesn't need to connect to the validator set as it's meant to be a gossip protocol where all validators see all statements. The statements themselves are light in the case of code upgrades. although we should optimize this later on.
The reason all validators need to see all statements is because the block author needs to include backed candidates from all parachains, not just its own group. And in BABE or SASSAFRAS (future), the block author isn't known to other nodes.
In particular it should be checked that connections on the validation peer set are actually opened before messages are being sent to a particular peer.
See discussion here
The text was updated successfully, but these errors were encountered: