noble-aura

Crates.ionoble-aura
lib.rsnoble-aura
version2.0.1
sourcesrc
created_at2021-04-04 05:47:06.165129
updated_at2021-04-04 05:47:06.165129
descriptionFABRIC AURA consensus noble
homepagehttps://core.tetcoin.org
repositoryhttps://github.com/tetcoin/tetcore
max_upload_size
id378647
size17,326
Marlon Hanks (marlonhanks)

documentation

https://docs.rs/noble-aura

README

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 tetcore/primitives/inherents/src/lib.rs and, specifically, the required implementation of ProvideInherent and ProvideInherentData to create and check inherents.

License: Apache-2.0

Commit count: 5279

cargo fmt