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

Change the `Target` variants. #410

Closed afck closed 5 years ago

afck commented 5 years ago

Target now only has a Nodes and an AllExcept variant, to specify a message's target via a whitelist or blacklist. This avoids cloning the message content and simplifies the code in several places.

Closes #408, closes #415.

afck commented 5 years ago

That finally worked: I increased the Travis timeout.