Rework telemetry to replace the use of tracing with an object we pass around (#8143)

polkadot companion: paritytech/polkadot#2535
This commit is contained in:
Cecile Tonglet
2021-03-11 11:05:45 +01:00
committed by GitHub
parent 7aaba0c154
commit 8031b6eacb
55 changed files with 1028 additions and 838 deletions
-1
View File
@@ -27,7 +27,6 @@ sc-informant = { version = "0.9.0", path = "../../client/informant" }
sc-service = { version = "0.9.0", path = "../../client/service", default-features = false }
sc-network = { path = "../../client/network", version = "0.9.0"}
sc-chain-spec = { path = "../../client/chain-spec", version = "3.0.0"}
sc-telemetry = { path = "../../client/telemetry", version = "3.0.0"}
sc-tracing = { path = "../../client/tracing", version = "3.0.0"}
# Imported just for the `wasm-bindgen` feature