This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Limit dispute votes in the provisioner #4329
Labels
I10-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
T4-parachains_engineering
This PR/Issue is related to Parachains performance, stability, maintenance.
Currently dispute vote limiting is done by the block producer as an off-chain call into the runtime of
create_inherent
. This includes a lot of dispute votes, it's anticipated that we pass a lot more than we'd actually need and hence waste time.The checks must remain in the runtime's on-chain and off-chain logic, but pre-limiting the votes based on concluded disputes can reduce block production time.
Related #4028
Related #4254
The text was updated successfully, but these errors were encountered: