hyperledger-labs / SmartBFT

Implementation of the SmartBFT consensus library (https://arxiv.org/abs/2107.06922)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal with wrong sequence number

HagarMeir opened this issue · comments

If we are ahead and we receive a message with a lower sequence number (only by 1) we should help by sending the missing message.
Otherwise, if the sequence number is wrong, we should ignore.