implement honest node strategy for BFT

This commit is contained in:
Robert Habermeier
2017-12-27 17:46:41 +01:00
parent d5684c96c9
commit 2540a8728d
4 changed files with 655 additions and 92 deletions
+1
View File
@@ -29,6 +29,7 @@
//!
//! Groups themselves may be compromised by malicious validators.
#[macro_use]
extern crate futures;
extern crate polkadot_primitives as primitives;