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
Partially implements
#5048
- adds a core selection runtime API to cumulus and a generic way of
configuring it for a parachain
- modifies the slot based collator to utilise the claim queue and the
generic core selection
What's left to be implemented (in a follow-up PR):
- add the UMP signal for core selection into the parachain-system pallet
View the RFC for more context:
polkadot-fellows/RFCs#103
---------
Co-authored-by: command-bot <>
Runtime side of #5048
Send the core selector ump signal in cumulus. Guarded by a compile time
feature until nodes are upgraded to a version that includes
#5423 for gracefully
handling ump signals.
---------
Co-authored-by: GitHub Action <[email protected]>
On the node side:
In the runtime we need to make some changes to the
parachain-system
pallet. It needs to send the UMPSignal upward message:The text was updated successfully, but these errors were encountered: