mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
jsonrpc http server: expose health endpoint (#11395)
This commit is contained in:
@@ -19,7 +19,7 @@ parity-scale-codec = "3.0.0"
|
||||
serde = "1.0.136"
|
||||
zstd = { version = "0.10.0", default-features = false }
|
||||
remote-externalities = { version = "0.10.0-dev", path = "../../remote-externalities" }
|
||||
jsonrpsee = { version = "0.12.0", default-features = false, features = ["ws-client"] }
|
||||
jsonrpsee = { version = "0.13.0", default-features = false, features = ["ws-client"] }
|
||||
sc-chain-spec = { version = "4.0.0-dev", path = "../../../../client/chain-spec" }
|
||||
sc-cli = { version = "0.10.0-dev", path = "../../../../client/cli" }
|
||||
sc-executor = { version = "0.10.0-dev", path = "../../../../client/executor" }
|
||||
|
||||
Reference in New Issue
Block a user