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

More tests: Subset #397

Open afck opened 5 years ago

afck commented 5 years ago

The Subset test adversaries currently only reorder messages but don't send any messages themselves. They should send random messages, ideally with different, somewhat intelligent random distributions that make it most likely to discover bugs.