Polkadot service (#82)
* Block import notifications * Build fix * Consensus messages supported in the networking * Started consensus service * BFT service * Transaction propagation * Polkadot service * CLI integration * Build fix * Added signatures validation * Removed executor argument * Refactored steam loops; Queue size increased * Limit queue size * Fixed doc comment * Fixed wasm build * Fixed wasm build * Check id properly
consensus/src/service.rs
0 → 100644
service/Cargo.toml
0 → 100644
service/src/config.rs
0 → 100644
service/src/error.rs
0 → 100644
service/src/lib.rs
0 → 100644