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

Use static set of nodes

HagarMeir opened this issue · comments

Initialize nodes list once at the start of the controller and don't call c.Comm.Nodes() every time the leaderID() is called.