mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
Move block announcement protocol config out of Protocol (#12441)
* Move Role(s) to `sc-network-common` * Introduce `NotificationHandshake` type * Move block announce protocol config creation to `ChainSync` * Include block announcement into `notification_protocols` * Apply review comments * Remove unneeded include * Add missing include * Apply review comments
This commit is contained in:
@@ -57,7 +57,7 @@ sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3"
|
||||
async-std = "1.11.0"
|
||||
async-std = { version = "1.11.0", features = ["attributes"] }
|
||||
rand = "0.7.2"
|
||||
tempfile = "3.1.0"
|
||||
sc-network-light = { version = "0.10.0-dev", path = "./light" }
|
||||
|
||||
Reference in New Issue
Block a user