poanetwork / hbbft

An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus.
Other
357 stars 96 forks source link

Include advice on how to handle `Step` in docs. #297

Closed mbr closed 6 years ago

mbr commented 6 years ago

These doc additions capture what we currently consider best practices when handling algorithm output.

mbr commented 6 years ago

Updated and rebased.