This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Improved dispute votes import in provisioner #5567
Merged
tdimitrov
merged 35 commits into
paritytech:master
from
tdimitrov:disputes-import-votes
Sep 19, 2022
Merged
Improved dispute votes import in provisioner #5567
tdimitrov
merged 35 commits into
paritytech:master
from
tdimitrov:disputes-import-votes
Sep 19, 2022
Commits on Aug 31, 2022
-
Add
DisputeState
toDisputeCoordinatorMessage::RecentDisputes
The new signature of the message is: ``` RecentDisputes(oneshot::Sender<Vec<(SessionIndex, CandidateHash, DisputeStatus)>>), ``` As part of the change also add `DispiteStatus` to `polkadot_node_primitives`.
Configuration menu - View commit details
-
Copy full SHA for 855d6da - Browse repository at this point
Copy the full SHA 855d6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 396187e - Browse repository at this point
Copy the full SHA 396187eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23013f4 - Browse repository at this point
Copy the full SHA 23013f4View commit details -
* Move disputes to separate module * Vote prioritisation * Duplicates handling * Double vote handling * Unit tests * Logs and metrics * Code review feedback * Fix ACTIVE/INACTIVE separation and update partition names * Add `fn dispute_is_inactive` to node primitives and refactor `fn get_active_with_status()` logic * Keep the 'old' logic if the staging api is not enabled * Fix some comments in tests * Add warning message if there are any inactive_unknown_onchain disputes * Add file headers and remove `use super::*;` usage outside tests * Adding doc comments * Fix test methods names
Configuration menu - View commit details
-
Copy full SHA for 140c1e8 - Browse repository at this point
Copy the full SHA 140c1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 040d1fb - Browse repository at this point
Copy the full SHA 040d1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f6566 - Browse repository at this point
Copy the full SHA b8f6566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be7983 - Browse repository at this point
Copy the full SHA 1be7983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c1ddb - Browse repository at this point
Copy the full SHA 60c1ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1654e7 - Browse repository at this point
Copy the full SHA e1654e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3179cb - Browse repository at this point
Copy the full SHA e3179cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e3bab7 - Browse repository at this point
Copy the full SHA 7e3bab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ae8ce - Browse repository at this point
Copy the full SHA 24ae8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00bd01b - Browse repository at this point
Copy the full SHA 00bd01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c771aa6 - Browse repository at this point
Copy the full SHA c771aa6View commit details -
Rename dispute selection modules in provisioner
with_staging_api -> prioritized_selection without_staging_api -> random_selection
Configuration menu - View commit details
-
Copy full SHA for 543b4ef - Browse repository at this point
Copy the full SHA 543b4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ee76f - Browse repository at this point
Copy the full SHA 98ee76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1884262 - Browse repository at this point
Copy the full SHA 1884262View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a6843 - Browse repository at this point
Copy the full SHA e6a6843View commit details -
process_selected_disputes -> into_multi_dispute_statement_set typo In trait VoteType: vote_value -> is_valid
Configuration menu - View commit details
-
Copy full SHA for 5f8b462 - Browse repository at this point
Copy the full SHA 5f8b462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b0096 - Browse repository at this point
Copy the full SHA 95b0096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9cf6a - Browse repository at this point
Copy the full SHA 0f9cf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 308a363 - Browse repository at this point
Copy the full SHA 308a363View commit details -
Configuration menu - View commit details
-
Copy full SHA for a969eba - Browse repository at this point
Copy the full SHA a969ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e1b88 - Browse repository at this point
Copy the full SHA 57e1b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for db34125 - Browse repository at this point
Copy the full SHA db34125View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2af967 - Browse repository at this point
Copy the full SHA d2af967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1366d90 - Browse repository at this point
Copy the full SHA 1366d90View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aeef116 - Browse repository at this point
Copy the full SHA aeef116View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fd24899 - Browse repository at this point
Copy the full SHA fd24899View commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 49a7b24 - Browse repository at this point
Copy the full SHA 49a7b24View commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b018cf - Browse repository at this point
Copy the full SHA 3b018cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a0f01 - Browse repository at this point
Copy the full SHA 58a0f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for babd20d - Browse repository at this point
Copy the full SHA babd20dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a477226 - Browse repository at this point
Copy the full SHA a477226View commit details -
Trace log for DisputeCoordinatorMessage::QueryCandidateVotes counter …
…in vote_selection
Configuration menu - View commit details
-
Copy full SHA for 9eeedbb - Browse repository at this point
Copy the full SHA 9eeedbbView 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.