Skip to content

Commit c5c8840

Browse files
niklasad1Wizdave97
authored andcommitted
remote ext: make it possible to use an existing ws connection (paritytech#10737)
* remote ext: make it possible to pass ws client * grumbles: introduce `map_uri`
1 parent dbb8f25 commit c5c8840

File tree

4 files changed

+232
-60
lines changed

4 files changed

+232
-60
lines changed

Cargo.lock

Lines changed: 184 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/frame/remote-externalities/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
16-
jsonrpsee = { version = "0.4.1", features = ["ws-client", "macros"] }
16+
jsonrpsee = { version = "0.8", features = ["ws-client", "macros"] }
1717

1818
env_logger = "0.9"
1919
frame-support = { path = "../../../frame/support", optional = true, version = "4.0.0-dev" }

0 commit comments

Comments
 (0)