hbbft/examples
Andreas Fackler c1b4381753 Separate queue from Honey Badger.
This makes Honey Badger a bit more complicated but a lot more flexible:
It is now unaware of transactions and basically just runs one Subset
instance per epoch.

That way, users can use any kind of external queue, control throttling
and prioritization.
2018-07-10 17:29:58 +02:00
..
network Rename crypto::keygen to crypto::poly. 2018-06-20 10:05:03 +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 review comment coverage 2018-06-14 12:28:38 +01:00
run-consensus-nodes.sh Make protobuf support optional. 2018-05-14 17:29:04 +02:00
simulation.rs Separate queue from Honey Badger. 2018-07-10 17:29:58 +02: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.