Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion light-client/src/consensus/leaf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ pub enum FinalityProof {
/// * `committing_qc.leaf_commit() == leaf.commit()`
/// * `committing_qc.view_number() == leaf.view_number()`
/// * `deciding_qc.view_number() == committing_qc.view_number() + 1`
/// * Both QCs have a valid threshold signature given a stake table
/// * Both QCs have a valid threshold signature given a stake table. When the leaf is the last
/// leaf of an epoch, the deciding QC is produced in the subsequent epoch and is checked
/// against the next epoch's stake table.
HotStuff2 {
committing_qc: Arc<Certificate>,
deciding_qc: Arc<Certificate>,
Expand Down
Loading
Loading