Skip to content

Commit 9074a3c

Browse files
committed
New criterion for transitioning to CaughtUp
1 parent 591445e commit 9074a3c

File tree

1 file changed

+5
-0
lines changed
  • ouroboros-consensus-diffusion/src/ouroboros-consensus-diffusion/Ouroboros/Consensus/Node

1 file changed

+5
-0
lines changed

ouroboros-consensus-diffusion/src/ouroboros-consensus-diffusion/Ouroboros/Consensus/Node/GSM.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ realGsmEntryPoints tracerArgs gsmView =
395395
== candidateOverSelection selection candidate
396396
check $ all ok candidates
397397

398+
-- STAGE 3 (Peras): All PerasCertDiffusion peers have sent us all of
399+
-- their certificates
400+
--
401+
-- TODO implement this new criterion
402+
398403
pure $
399404
GsmEventEnterCaughtUp
400405
(Map.size states)

0 commit comments

Comments
 (0)