API to tell the node side whether V3 scheduling is enabled.
When enabled, collators must produce V3 candidates with:
ParachainBlockData::V2 containing the scheduling proof
CandidateDescriptorV3 with scheduling_parent
This is mutually exclusive with relay parent offset (building on older
relay parents). A parachain enables V3 when it wants low-latency block
production with the dual-parent model.
API to tell the node side whether V3 scheduling is enabled.
When enabled, collators must produce V3 candidates with:
This is mutually exclusive with relay parent offset (building on older relay parents). A parachain enables V3 when it wants low-latency block production with the dual-parent model.