Astar
Astar copied to clipboard
Replace depricated `start_collator` and `AuraConsensus` APIs
- The
cumulus_client_service::start_collator()has been deprecated and the newstart_relay_chain_tasks()is recommended to use over it. - All the root imports of
cumulus_client_consensus_auralikeAuraConsensus&BuildAuraConsensusParamsare now deprecated after the introduction async-backing compatible aura, and recommended alternative iscumulus_client_consensus_aura::collators::basic
The logic for aura setup will need updates anyways for supporting async-backing (aura::collators::lookahead).