Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Make a collator send a collation as backup as well #1353

Merged
merged 1 commit into from
Jul 4, 2020

Commits on Jul 3, 2020

  1. Make a collator send a collation as backup as well

    Currently a collator will only send a collation to validators it is a
    primary for. While testing this could lead to the situation that the
    same collator was registered as prime for all Parachain validators but
    failed for other reasons to generate a PoVBlock. However no other
    collator was sending a collation, which stopped the Parachain until the
    faulty collator was stopped.
    
    This pr solves this problem by making sure that every collator sends a
    collation to one of his validators he is connected to, but registered as backup.
    bkchr committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    f35dd08 View commit details
    Browse the repository at this point in the history