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

Eliminated the old network simulator #389

Closed dforsten closed 5 years ago

dforsten commented 5 years ago

queuing_honey_badger is now ported to the new net simulator which allowed removal of the old network simulator module.

This closes issue #322