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

Block ActiveLeavesUpdate and BlockFinalized events in overseer until major sync is complete #6689

Closed
wants to merge 19 commits into from

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    ae29bb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Don't send ActiveLeavesUpdate and BlockFinalized until full sync

    Overseer won't generate any events to the subsystems until initial full
    sync is complete.
    tdimitrov committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    70d031d View commit details
    Browse the repository at this point in the history
  2. Comments and indentation

    tdimitrov committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    349c89f View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary clone()

    tdimitrov committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5bae570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe09d12 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    4c4a4db View commit details
    Browse the repository at this point in the history
  2. Some tests

    tdimitrov committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cfcd098 View commit details
    Browse the repository at this point in the history
  3. Fix initial sync loop

    tdimitrov committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    27b0cf5 View commit details
    Browse the repository at this point in the history
  4. More tests

    tdimitrov committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2204966 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Update node/overseer/src/lib.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    tdimitrov and bkchr authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2ba4a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969f71a View commit details
    Browse the repository at this point in the history
  3. Update tests

    tdimitrov committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    81a64e5 View commit details
    Browse the repository at this point in the history
  4. Better comments in tests

    tdimitrov committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6bdb390 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded async

    tdimitrov committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f8467d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3840a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    ade3d9d View commit details
    Browse the repository at this point in the history
  2. Remove code duplication

    tdimitrov committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ba1167b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    809a612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e14f46 View commit details
    Browse the repository at this point in the history