62 releases (major breaking)
| 44.0.0 | Dec 18, 2025 |
|---|---|
| 43.0.0 | Dec 7, 2025 |
| 42.0.0 | Oct 2, 2025 |
| 41.0.0 | Aug 1, 2025 |
| 2.0.0-alpha.5 | Mar 24, 2020 |
#1 in #aura
23,279 downloads per month
Used in 83 crates
(34 directly)
3MB
44K
SLoC
Aura Module
Overview
The Aura module extends Aura consensus by managing offline reporting.
Interface
Public Functions
slot_duration- Determine the Aura slot-duration based on the Timestamp module configuration.
Related Modules
- Timestamp: The Timestamp module is used in Aura to track
consensus rounds (via
slots).
References
If you're interested in hacking on this module, it is useful to understand the interaction with
substrate/primitives/inherents/src/lib.rs and, specifically, the required implementation of
ProvideInherent and
ProvideInherentData to create and
check inherents.
License: Apache-2.0
Dependencies
~29–50MB
~707K SLoC