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

Move sender queue impls out of Honey Badger algorithms #321

Closed vkomenda closed 6 years ago

vkomenda commented 6 years ago

This leaves the HB, DHB and QHB modules completely free of sender queue methods.

Can me merged after #320.

afck commented 6 years ago

Sorry, I should probably have closed #320 instead of clicking "Rebase and merge". :grimacing: