remote ext: make it possible to use an existing ws connection (#10737)

* remote ext: make it possible to pass ws client

* grumbles: introduce `map_uri`
This commit is contained in:
Niklas Adolfsson
2022-01-28 10:04:52 +01:00
committed by GitHub
parent 7f3bb8d0da
commit 3f69a2e1ff
4 changed files with 232 additions and 60 deletions
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
jsonrpsee = { version = "0.4.1", features = ["ws-client", "macros"] }
jsonrpsee = { version = "0.8", features = ["ws-client", "macros"] }
env_logger = "0.9"
frame-support = { path = "../../../frame/support", optional = true, version = "4.0.0-dev" }