Go to file
Vladimir Komendantskiy dda1570bfc Merge branch 'afck--examples' of github.com:poanetwork/hbbft 2018-05-06 22:49:41 +01:00
examples Move node to examples, deduplicate code. 2018-05-05 17:54:29 +02:00
proto added Agreement message type and protobuf boilerplate 2018-05-03 10:10:35 +01:00
src Merge branch 'afck--examples' of github.com:poanetwork/hbbft 2018-05-06 22:49:41 +01:00
tests Move node to examples, deduplicate code. 2018-05-05 17:54:29 +02:00
.gitignore Merge branch 'master' into remove-autogenerated-message.rs 2018-03-28 14:52:13 +01:00
.travis.yml added a Travis configuration file, fixed Clippy lints 2018-05-05 09:53:29 +02:00
Cargo.toml removed redundant dependency on error_chain; corrected vector indices 2018-04-06 13:57:48 +01:00
LICENSE added GNU license and removed obsolete comments 2018-04-01 21:41:49 +01:00
README.md Update README.md 2018-05-04 11:56:38 -04:00
build.rs applied rustfmt 2018-04-30 18:55:51 +03:00

README.md

Build Status Gitter

Implementation of the paper "Honey Badger of BFT Protocols" in Rust

This is a modular library of consensus. There are examples illustrating the use of this algorithm.