This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Lookahead Collator: configurable total authoring time per relay-chain block #2947
Labels
J0-enhancement
An additional feature request.
The lookahead collator currently operates like this:
authoring_duration
authoring_duration
as a limit.The lookahead collator should instead get a more intricate set of parameters which limit the total amount of authoring time per block.
The per-relay-parent authoring loop should adjust the duration that it passes to
propose
based on the amount of time remaining in the slot, and conclude the loop if it the remaining amount of time would be less than themin_duration
.The text was updated successfully, but these errors were encountered: