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

Dispute coordinator - Recover disputes on startup #3481

Merged

Commits on Jul 16, 2021

  1. node/dispute-coordinator: Introduce resume capability

    This commit introduces a resume capability for the
    dispute coordinator subsystem. Specifically, this will allow
    to recover data for disputes for which we have no local statements.
    Lldenaurois committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    a8b3c37 View commit details
    Browse the repository at this point in the history
  2. node/dispute-coordinator: Add resume function to TestState and modify…

    … Harness
    
    This commit modifies the TestHarness to return a TestState. We subsequently
    define a resume function on TestState that allows to interrupt the test and
    test specifically for behavior on startup of the subsystem.
    Lldenaurois committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    e285a22 View commit details
    Browse the repository at this point in the history
  3. node/dispute-coordinator: Implement resume functionality

    This commit implements the resume functionality for the subsystem.
    In addition, we will forward any DisputeParticipation::Participate
    message in order to ensure that disputes for which we do not have
    local statements may be recovered in due time.
    Lldenaurois committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ee69eaf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Address Feedback

    Lldenaurois committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e37d6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b0e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09e2fe View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. node/dispute-coordinator: Add simple test to ensure we adequately

    handle local_statements that are not missing.
    Lldenaurois committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    2dbd416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d60d34c View commit details
    Browse the repository at this point in the history