We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962ec57 commit abeb07aCopy full SHA for abeb07a
coprocessor/fhevm-engine/gw-listener/src/drift_detector.rs
@@ -480,6 +480,10 @@ impl DriftDetector {
480
return;
481
}
482
483
+ // Invariant: the gateway emits consensus as part of processing the final
484
+ // agreeing submission. Once every expected sender has submitted, the
485
+ // absence of a consensus event is already anomalous, so we alert
486
+ // immediately instead of waiting for `no_consensus_timeout_blocks`.
487
let completed_without_consensus = self
488
.open_handles
489
.iter()
0 commit comments