Ensure we send the correct polkadot node version to telemetry (#1307)

This is basically a hack, but with the current way we initialize the node this is the easiest
solution to ensure we send the correct version etc.
This commit is contained in:
Bastian Köcher
2022-05-30 19:50:00 +02:00
committed by GitHub
parent 154ea86efb
commit 6f416eece2
5 changed files with 13 additions and 5 deletions
Generated
+2
View File
@@ -2027,10 +2027,12 @@ dependencies = [
"futures 0.3.21",
"futures-timer",
"parking_lot 0.12.0",
"polkadot-cli",
"polkadot-client",
"polkadot-primitives",
"polkadot-service",
"polkadot-test-client",
"sc-cli",
"sc-client-api",
"sc-consensus-babe",
"sc-network",