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

Split FaultKind #371

Closed phahulin closed 5 years ago

phahulin commented 5 years ago

Largely based on https://github.com/poanetwork/hbbft/pull/343 Closes #285

afck commented 5 years ago

Looks like it needs to be rebased. After that, feel free to merge.