nkcr opened this issue 4 years ago · 0 comments
Right now when a round expires, nodes choose the leader + 1, without rotating:
param := ViewParam{ From: addr, ID: lastID, Leader: m.round.leader + 1, }
we should apply a modulo based on the number of nodes.