Closed afck closed 5 years ago
Binary agreement erroneously kept handling queued incoming messages for an epoch n, even if during the handling, the epoch was incremented to n + 1. This caused DuplicateAux faults in the tests, but it could potentially break consensus.
n
n + 1
DuplicateAux
Closes #392.
Binary agreement erroneously kept handling queued incoming messages for an epoch
n
, even if during the handling, the epoch was incremented ton + 1
. This causedDuplicateAux
faults in the tests, but it could potentially break consensus.Closes #392.