hbbft/examples
Vladimir Komendantskiy b649dc6268
Spam protection part 1: remote epoch tracking in HoneyBadger (#219)
* spam protection part 1: remote epoch tracking in HoneyBadger

* moved handling of EpochStarted out of EpochState

* allowed EpochStarted from observers

* removed an unnecessary function call

* updated formatting to beta

* removed an unnecessary variable
2018-09-03 11:29:03 +01:00
..
network Advance to Rust beta (#221) 2018-08-31 15:57:10 +02:00
README.md added example of intended use of Node and a draft of value encryption 2018-03-27 21:59:38 +01:00
consensus-node.rs separated crypto module into its own crate 2018-07-31 12:15:05 +01:00
run-consensus-nodes.sh Remove protobuf support. 2018-07-31 11:58:44 +02:00
simulation.rs Spam protection part 1: remote epoch tracking in HoneyBadger (#219) 2018-09-03 11:29:03 +01:00

README.md

Examples for the hbbft library

  • Consensus node - Example of a consensus node that uses the hbbft::node::Node struct for running the distributed consensus state machine.