Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

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

* grumbles: introduce `map_uri`
  • Loading branch information
niklasad1 committed Jan 28, 2022
1 parent 3c1d5b9 commit 8c39925
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 8c39925

Please sign in to comment.