API to tell the node side how the relay parent should be chosen and how claim queue
offsets are determined.
A larger relay parent offset indicates that the relay parent should not be the tip of
the relay chain, but N blocks behind the tip. This offset is then enforced by the
runtime.
The max claim queue offset determines how far "into the future" collators target when
selecting cores from the claim queue. This provides async backing flexibility while
preventing collators from skipping slots.
See: https://github.com/paritytech/polkadot-sdk/issues/8893
Version history:
Version 1: Initial version with relay_parent_offset only
API to tell the node side how the relay parent should be chosen and how claim queue offsets are determined.
A larger relay parent offset indicates that the relay parent should not be the tip of the relay chain, but
Nblocks behind the tip. This offset is then enforced by the runtime.The max claim queue offset determines how far "into the future" collators target when selecting cores from the claim queue. This provides async backing flexibility while preventing collators from skipping slots. See: https://github.com/paritytech/polkadot-sdk/issues/8893
Version history:
relay_parent_offsetonlymax_claim_queue_offsetmethod