Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace depricated start_collator and AuraConsensus APIs #1183

Open
ashutoshvarma opened this issue Feb 27, 2024 · 0 comments
Open

Replace depricated start_collator and AuraConsensus APIs #1183

ashutoshvarma opened this issue Feb 27, 2024 · 0 comments
Labels
project Issue is part of an ongoing project

Comments

@ashutoshvarma
Copy link
Member

ashutoshvarma commented Feb 27, 2024

  • 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 ashutoshvarma added the project Issue is part of an ongoing project label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project Issue is part of an ongoing project
Projects
None yet
Development

No branches or pull requests

1 participant