Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dispute-coordinator: disabling in participation #2637

Merged
merged 9 commits into from
Jan 9, 2024

Commits on Dec 20, 2023

  1. Handling of disabled validators in backing subsystem (#1259)

    Handles validator disabling in the backing subsystem. The PR introduces
    two changes:
    1. Don't import statements from disabled validators.
    2. Don't validate and second if the local validator is disabled.
    
    The purpose of this change is first to ignore statements from disabled
    validators on the node side. This is an optimisation as these statements
    are supposed to be cleared in the runtime too (still not implemented at
    the moment). Additionally if the local node is a validator which is
    disabled - don't process any new candidates.
    
    ---------
    
    Co-authored-by: ordian <noreply@reusable.software>
    Co-authored-by: ordian <write@reusable.software>
    3 people committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c13fa40 View commit details
    Browse the repository at this point in the history
  2. fix tests

    ordian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    13eec78 View commit details
    Browse the repository at this point in the history
  3. prdoc

    ordian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e3f267c View commit details
    Browse the repository at this point in the history
  4. prdoc: fix audience

    ordian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bbf9df5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49c2e3d View commit details
    Browse the repository at this point in the history
  6. prdoc

    ordian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    95f8163 View commit details
    Browse the repository at this point in the history
  7. fix compilation

    ordian committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7c09d96 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Update prdoc/pr_2637.prdoc

    Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io>
    ordian and tdimitrov authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f8365f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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