Skip to content
Unverified Commit f58e2b80 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

collator-protocol: Handle unknown validator heads (#5538)

There is a race condition when a validator sends its heads to the
collator, but the collator doesn't yet know these heads. Before it is
aware of these heads by importing the block(s), any collation registered
on the collator is not announced to the validators. The collations
aren't advertised, because the collator doesn't know yet that these
heads of the validator are descendants of the collations relay parent.

The solution is to store these unknown heads of the validators and to
handle them when the collator updates its own view.
parent da654103
Pipeline #494546 waiting for manual action with stages
in 44 minutes and 53 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment