mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 09:31:02 +00:00
Refactor Sync status updates into a stream of updates (#1858)
* refactor sync provider * relative use of interval * typo * set propagate timeout to 2500ms * address comments * fix instant calc * update intervals
This commit is contained in:
committed by
Gav Wood
parent
828cd9580a
commit
a81f7f48a0
@@ -27,6 +27,7 @@ tokio = "0.1.7"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.1"
|
||||
futures = "0.1.17"
|
||||
test_client = { package = "substrate-test-client", path = "../test-client" }
|
||||
consensus = { package = "substrate-consensus-common", path = "../consensus/common" }
|
||||
rustc-hex = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user