polkadot-sdk icon indicating copy to clipboard operation
polkadot-sdk copied to clipboard

Elastic scaling: cumulus node + parachain system changes

Open sandreim opened this issue 1 year ago • 0 comments

On the node side:

  • Use v2 receipts, guarded by some rust feature or relay chain feature bit
  • Compute core index for receipts
  • expose claim queue offset value from prachain runtime
  • slot based collator: build on cores selected by runtime via UMPSignal

In the runtime we need to make some changes to the parachain-system pallet. It needs to send the UMPSignal upward message:

sandreim avatar Jul 17 '24 09:07 sandreim