poanetwork / hbbft

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

Extract test framework into hbbft_testing crate. #404

Closed afck closed 5 years ago

afck commented 5 years ago

Also update Rust and some dependencies.

dforsten commented 5 years ago

After a couple of fix-ups of dependencies in the hbbft_engine crate it compiled fine against both, the hbbft and the hbbft_testing crates. Thank you!