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

Track last blocks in informant display #6429

Merged
merged 1 commit into from
Jun 19, 2020
Merged

Commits on Jun 19, 2020

  1. Track last blocks in informant display

    This implements tracking of the last seen blocks in informant display
    to prevent printing the import message twice. In Cumulus we first import
    blocks as part of the block building with `new_best == false` and set
    the best block after we know which one was included by the relay chain.
    This leads to printing the import messages two times. This pr solves the
    problem by track the latest seen blocks to not print the message twice.
    bkchr committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    ea71fb9 View commit details
    Browse the repository at this point in the history