From 71d85dcd78b3aa584c4e2fe689e51b93b9ad4e69 Mon Sep 17 00:00:00 2001 From: mjalalzai <33738574+MForensic@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:21:49 -0800 Subject: [PATCH] Update Carnot-Specs --- .../consensus/candidates/carnot/Carnot-Specs | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/roadmap/consensus/candidates/carnot/Carnot-Specs b/content/roadmap/consensus/candidates/carnot/Carnot-Specs index 21769dfbe..23e86448f 100644 --- a/content/roadmap/consensus/candidates/carnot/Carnot-Specs +++ b/content/roadmap/consensus/candidates/carnot/Carnot-Specs @@ -119,7 +119,12 @@ Utilities: if memberOfLeafCommittee(){ send(vote, parentCommittee) reset() tryToCommitGrandParent(block) - } + } + if onlyOneCommittee(){ + send(vote, leader(view+1)) + reset() + tryToCommitGrandParent(block) + } } @@ -153,7 +158,12 @@ Utilities: } - if + + + if nodeIndx==leader(view){ + + + } }