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

Improve the broadcast documentation. #310

Closed afck closed 6 years ago

afck commented 6 years ago
mbr commented 6 years ago

It seems that it's mainly my corrections that need a correction ;).

andogro commented 6 years ago

Looks good, including the basic methods and Merkle tree explanation makes it much clearer.