mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
Add network state to system.interval telemetry (#1959)
* add network state to system.interval telemetry * use serde_json * use unwrap_or_default
This commit is contained in:
committed by
Bastian Köcher
parent
0ea90111b4
commit
90cd8a8479
@@ -20,6 +20,7 @@ tokio = "0.1.7"
|
||||
futures = "0.1.17"
|
||||
fdlimit = "0.1"
|
||||
exit-future = "0.1"
|
||||
serde_json = "1.0"
|
||||
sysinfo = "0.8.0"
|
||||
panic-handler = { package = "substrate-panic-handler", path = "../../core/panic-handler" }
|
||||
client = { package = "substrate-client", path = "../../core/client" }
|
||||
|
||||
Reference in New Issue
Block a user