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

backport to master: Handling of disabled validators in backing subsystem (#1259) #2764

Merged
merged 5 commits into from
Jan 8, 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

Commits on Jan 3, 2024

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