mirror of
https://github.com/logos-co/roadmap.git
synced 2025-02-03 03:43:47 +00:00
Update Carnot-Specs
This commit is contained in:
parent
113a677e3c
commit
6bd72fcb3a
@ -133,6 +133,7 @@ Utilities:
|
||||
if childcommittee(vote.signer) { collection[vote.block].append(vote)}
|
||||
if supermajority(collection[vote.block]){
|
||||
send(vote, parentCommittee)
|
||||
curView++
|
||||
reset()
|
||||
tryToCommitGrandParent(block)
|
||||
}
|
||||
@ -144,6 +145,7 @@ Utilities:
|
||||
qc=buildQC(collection[vote.block])
|
||||
send(qc, leader(curView+1))
|
||||
send(vote, leader(curView+1))
|
||||
curView++
|
||||
reset()
|
||||
tryToCommitGrandParent(block)
|
||||
}
|
||||
@ -151,6 +153,8 @@ Utilities:
|
||||
|
||||
}
|
||||
|
||||
if
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user