Docs.rs
commonware-consensus-0.0.63
commonware-consensus 0.0.63
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
bytes ^1.7.1
normal
cfg-if ^1.0.0
normal
commonware-broadcast ^0.0.63
normal
commonware-codec ^0.0.63
normal
commonware-cryptography ^0.0.63
normal
commonware-resolver ^0.0.63
normal
commonware-utils ^0.0.63
normal
futures ^0.3.31
normal
rand ^0.8.5
normal
thiserror ^2.0.12
normal
commonware-resolver ^0.0.63
dev
tracing-subscriber ^0.3.19
dev
commonware-macros ^0.0.63
normal
commonware-p2p ^0.0.63
normal
commonware-runtime ^0.0.63
normal
commonware-storage ^0.0.63
normal
governor ^0.6.3
normal
prometheus-client ^0.22.3
normal
rand_distr ^0.4.3
normal
tracing ^0.1.41
normal
Versions
95.24%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module types
commonware_
consensus
0.0.63
Module types
Module Items
Structs
Type Aliases
In crate commonware_
consensus
commonware_consensus
Module
types
Copy item path
Source
Expand description
Consensus types shared across the crate.
Structs
§
Round
Round is a tuple of (
Epoch
,
View
).
Type Aliases
§
Epoch
Epoch is the type used to represent a distinct set of validators.
View
View is a monotonically increasing counter that represents the current slot of a single consensus engine (i.e. within a single epoch).