-
Notifications
You must be signed in to change notification settings - Fork 708
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
Commits on Dec 20, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for c13fa40 - Browse repository at this point
Copy the full SHA c13fa40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13eec78 - Browse repository at this point
Copy the full SHA 13eec78View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f267c - Browse repository at this point
Copy the full SHA e3f267cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf9df5 - Browse repository at this point
Copy the full SHA bbf9df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c2e3d - Browse repository at this point
Copy the full SHA 49c2e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f8163 - Browse repository at this point
Copy the full SHA 95f8163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c09d96 - Browse repository at this point
Copy the full SHA 7c09d96View commit details
Commits on Jan 4, 2024
-
Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io>
Configuration menu - View commit details
-
Copy full SHA for f8365f5 - Browse repository at this point
Copy the full SHA f8365f5View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f467fde - Browse repository at this point
Copy the full SHA f467fdeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.