Astar icon indicating copy to clipboard operation
Astar copied to clipboard

Replace depricated `start_collator` and `AuraConsensus` APIs

Open ashutoshvarma opened this issue 1 year ago • 0 comments

  • The cumulus_client_service::start_collator() has been deprecated and the new start_relay_chain_tasks() is recommended to use over it.
  • All the root imports of cumulus_client_consensus_aura like AuraConsensus & BuildAuraConsensusParams are now deprecated after the introduction async-backing compatible aura, and recommended alternative is cumulus_client_consensus_aura::collators::basic

The logic for aura setup will need updates anyways for supporting async-backing (aura::collators::lookahead).

ashutoshvarma avatar Feb 27 '24 13:02 ashutoshvarma