This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
dispute-coordinator: Prioritization on best-effort queue is broken with batching #5896
Labels
T5-parachains_protocol
This PR/Issue is related to Parachains features and protocol changes.
With the upcoming batching of votes the logic for prioritizing participation requests on the best-effort queue is broken. I bumps up priority based on the number of times a candidate is added to the queue - which currently equals the number of times a vote is imported. With batched imports this is no longer true and needs to be fixed, e.g. by passing in the number of votes that have been imported for the request to happen.
The text was updated successfully, but these errors were encountered: