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

Make received_proposals public. #354

Closed afck closed 5 years ago

afck commented 5 years ago

We are going to need this if we use HoneyBadger directly, to replace DynamicHoneyBadger::should_propose.