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

update threshold_crypto #430

Closed kigawas closed 4 years ago

kigawas commented 4 years ago

After https://github.com/poanetwork/threshold_crypto/pull/91 is merged and released.

I'll remove { git = "https://github.com/kigawas/threshold_crypto", branch = "cleanup-and-codec"} then

afck commented 4 years ago

CI failed: You also need to update the Cargo.toml in hbbft_testing.