Skip to content

Commit

Permalink
remote ext: make it possible to use an existing ws connection (parity…
Browse files Browse the repository at this point in the history
…tech#10737)

* remote ext: make it possible to pass ws client

* grumbles: introduce `map_uri`
  • Loading branch information
niklasad1 authored and grishasobol committed Mar 28, 2022
1 parent e9c16c9 commit 8b2e57d
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 60 deletions.
216 changes: 184 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/frame/remote-externalities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
Loading

0 comments on commit 8b2e57d

Please sign in to comment.