Module hotshot_types::simple_certificate
source · Expand description
Implementations of the simple certificate type. Used for Quorum, DA, and Timeout Certificates
Structs§
- Defines a threshold which is f + 1 (i.e at least one of the stake is honest)
- A certificate which can be created by aggregating many simple votes on the commitment.
- Defines a threshold which is 2f + 1 (Amount needed for Quorum)
- Defines a threshold which is 0.9n + 1 (i.e. over 90% of the nodes with stake)
Traits§
- Trait which allows use to inject different threshold calculations into a Certificate type
Type Aliases§
- Type alias for a DA certificate over
DaData
- Type alias for a
QuorumCertificate
, which is aSimpleCertificate
ofQuorumVotes
- Type alias for a Timeout certificate over a view number
- Type alias for a
UpgradeCertificate
, which is aSimpleCertificate
ofUpgradeProposalData
- Type alias for a
ViewSyncCommit
certificate over a view number - Type alias for a
ViewSyncFinalize
certificate over a view number - Type alias for a
ViewSyncPreCommit
certificate over a view number