This is what ocured at @mosonyi's collator
[Parachain] Starting slot-based block-builder task.
[Parachain] Failed to fetch slot duration from runtime. error=Error at calling runtime api: Execution failed: Other: Exported method AuraApi_slot_duration is not found
[Parachain] Unable to wait for next slot.
[Parachain] Essential task `slot-based-block-builder` failed. Shutting down service.
[Parachain] Essential task `txpool-background` failed. Shutting down service.
[Relaychain] Unable to send AnnouncePin worker message for import: sending into a closed channel
[Relaychain] Essential task `txpool-background` failed. Shutting down service.
Solution: Remove --authoring=slot-based and start warp syncing. Add the flag after the warp sync finished.
Steps to reproduce
Start from a fresh parachain db and add the --authoring=slot-based to the parachain.
This is what ocured at @mosonyi's collator
Solution: Remove
--authoring=slot-basedand start warp syncing. Add the flag after the warp sync finished.Steps to reproduce
Start from a fresh parachain db and add the
--authoring=slot-basedto the parachain.