cumulus-client-consensus-aura 0.14.0

AURA consensus algorithm for parachains (polkadot v1.13.0)
docs.rs failed to build cumulus-client-consensus-aura-0.14.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cumulus-client-consensus-aura-0.29.0

The AuRa consensus algorithm for parachains.

This extends the Substrate provided AuRa consensus implementation to make it compatible for parachains. The main entry points for of this consensus algorithm are [AuraConsensus::build] and [fn@import_queue].

For more information about AuRa, the Substrate crate should be checked.