You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider resetting collator performance over several blocks if needed. We can store the cursor in a storage item and check it in the on_initialize hook of collator_selection.
pallet_session's on_init hook gets called first and that can set the cursor, then collator_selection's on_init can continue using in the same block and in the next.
Since #691 we are using the pallet_parachain_staking::Round mechanism to recompute eligible authors.
This one has a proper weight measuring mechanism instead of the full_block assumption from pallet_session.
pallet_session's session rotation hooks have since been disabled
Total weight of all calls at session change must be checked to ensure we're far away from the total block weight
Followup to #720 (comment)
The text was updated successfully, but these errors were encountered: