mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 02:21:03 +00:00
Move requests-responses and polling from ChainSync to SyncingEngine (#1650)
Move request-response handling from `ChainSync` to `SyncingEngine` as part of [Sync 2.0](https://github.com/paritytech/polkadot-sdk/issues/534) refactoring aimed at making `ChainSync` a pure state machine. Resolves https://github.com/paritytech/polkadot-sdk/issues/502. --------- Co-authored-by: Aaro Altonen <48052676+altonen@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -31,7 +31,7 @@ serde = "1.0"
|
||||
hex = "0.4"
|
||||
futures = "0.3.21"
|
||||
parking_lot = "0.12.1"
|
||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
tokio-stream = { version = "0.1.14", features = ["sync"] }
|
||||
tokio = { version = "1.22.0", features = ["sync"] }
|
||||
array-bytes = "6.1"
|
||||
log = "0.4.17"
|
||||
|
||||
Reference in New Issue
Block a user