hbbft/examples/network
Andreas Fackler 0e51bb3615 Change the `Target` variants.
`Target` now only has a `Nodes` and an `AllExcept` variant, to specify
a message's target via a whitelist or blacklist. This avoids cloning
the message content and simplifies the code in several places.
2019-07-29 12:08:54 +02:00
..
commst.rs Use Rust 2018 idioms consistently. 2019-01-09 11:56:40 +01:00
connection.rs Switch to 2018 edition idioms (#359) 2018-12-11 14:44:36 +01:00
messaging.rs Change the `Target` variants. 2019-07-29 12:08:54 +02:00
mod.rs Move node to examples, deduplicate code. 2018-05-05 17:54:29 +02:00
node.rs Rename DistAlgorithm to ConsensusProtocol. 2019-01-08 14:14:34 +01:00