mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Add IPC support (#6348)
This is useful for both security and performance reasons. IPC is faster than TCP, and it is subject to OS access controls.
This commit is contained in:
@@ -22,3 +22,4 @@ sp-runtime = { version = "2.0.0-rc3", path = "../../primitives/runtime" }
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
http = { package = "jsonrpc-http-server", version = "14.2.0" }
|
||||
ws = { package = "jsonrpc-ws-server", version = "14.2.0" }
|
||||
ipc = { version = "14.2.0", package = "jsonrpc-ipc-server" }
|
||||
|
||||
Reference in New Issue
Block a user