Crates.io | noble-aura |
lib.rs | noble-aura |
version | 2.0.1 |
source | src |
created_at | 2021-04-04 05:47:06.165129 |
updated_at | 2021-04-04 05:47:06.165129 |
description | FABRIC AURA consensus noble |
homepage | https://core.tetcoin.org |
repository | https://github.com/tetcoin/tetcore |
max_upload_size | |
id | 378647 |
size | 17,326 |
The Aura module extends Aura consensus by managing offline reporting.
slot_duration
- Determine the Aura slot-duration based on the Timestamp module configuration.slots
).If you're interested in hacking on this module, it is useful to understand the interaction with
tetcore/primitives/inherents/src/lib.rs
and, specifically, the required implementation of
ProvideInherent
and
ProvideInherentData
to create and check inherents.
License: Apache-2.0