Replace depricated start_collator
and AuraConsensus
APIs
#1183
Labels
project
Issue is part of an ongoing project
start_collator
and AuraConsensus
APIs
#1183
cumulus_client_service::start_collator()
has been deprecated and the newstart_relay_chain_tasks()
is recommended to use over it.cumulus_client_consensus_aura
likeAuraConsensus
&BuildAuraConsensusParams
are 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
).The text was updated successfully, but these errors were encountered: