Basic tests for sync loop (#182)

* basic sync loop tests

* cargo ftm --all

* SyncLoopTestParams

* move sync loop tests to sync_loop_tests.rs

* cargo fmt --all
This commit is contained in:
Svyatoslav Nikolsky
2020-07-14 12:06:17 +03:00
committed by Bastian Köcher
parent ae8c82f0e7
commit 83a3fca5cf
6 changed files with 626 additions and 68 deletions
@@ -204,6 +204,7 @@ pub fn run(params: EthereumSyncParams) -> Result<(), RpcError> {
target,
SUBSTRATE_TICK_INTERVAL,
params.sync_params,
futures::future::pending(),
);
Ok(())