Cumulus: gossip block announcement before import #5255
Labels
I9-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
T9-cumulus
This PR/Issue is related to cumulus.
Currently my understanding is that we don't gossip the block announcement until we have imported it successfully.
For elastic scaling parachains this works fine as long as the next block author is directly connected to the current one. If they are not directly connected, the announcement will arrive much later to the next author:
number_of_hops x import_duration
. This leads to the next author creating a fork and stalling the progress of the parachain.CC @skunert
The text was updated successfully, but these errors were encountered: