This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Resolve performance bottleneck for querying epoch ownership #5948
Labels
I9-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
The
babe_epochAuthorship
RPC call can potentially take a long time to complete. The code that was originally designed for block authoring is sub-optimal for querying all the slots at once and is causing noticeable performance problemsIdea:
authorship::claim_slot
in Babe to be able to take a specific key to tryThis should be resolved before we can merge paritytech/polkadot#1065
The text was updated successfully, but these errors were encountered: