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

Add support for view change in the recovery

yacovm opened this issue · comments

Currently, we only have code that recovers a view from WAL, however we also need to be able to recover the view changer from WAL, and also to be able to persist view changes inside the WAL.