mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 08:15:44 +00:00
Open one substream for each notifications protocol (#4909)
* Open one substream for each notifications protocol * Fix WASM build * Apply suggestions from code review Co-Authored-By: Toralf Wittner <tw@dtex.org> * Address concerns * Use unsigned-varint to read the varint * Use unsigned-varint * Forgot Cargo.lock Co-authored-by: Toralf Wittner <tw@dtex.org>
This commit is contained in:
@@ -36,6 +36,7 @@ sc-block-builder = { version = "0.8", path = "../block-builder" }
|
||||
sc-client = { version = "0.8", path = "../" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sc-peerset = { version = "2.0.0", path = "../peerset" }
|
||||
pin-project = "0.4.6"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
slog = { version = "2.5.2", features = ["nested-values"] }
|
||||
@@ -51,7 +52,7 @@ sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
substrate-test-client = { version = "2.0.0", optional = true, path = "../../test-utils/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", optional = true, path = "../../test-utils/runtime/client" }
|
||||
thiserror = "1"
|
||||
unsigned-varint = { version = "0.3.0", features = ["futures-codec"] }
|
||||
unsigned-varint = { version = "0.3.1", features = ["futures", "futures-codec"] }
|
||||
void = "1.0.2"
|
||||
zeroize = "1.0.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user