Skip to content

Commit

Permalink
Merge pull request #2064 from OriginTrail/v6/prerelease/testnet
Browse files Browse the repository at this point in the history
OriginTrail 6.0.0-beta.2.2.2 Testnet Release
  • Loading branch information
djordjekovac authored Aug 25, 2022
2 parents c2eff49 + 198421e commit 63ea99b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "6.0.0-beta.2.2.1",
"version": "6.0.0-beta.2.2.2",
"description": "OTNode v6 Beta 2",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions src/commands/common/send-telemetry-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class SendTelemetryCommand extends Command {
this.config = ctx.config;
this.telemetryInjectionService = ctx.telemetryInjectionService;
this.networkModuleManager = ctx.networkModuleManager;
this.blockchainModuleManager = ctx.blockchainModuleManager;
}

/**
Expand All @@ -28,6 +29,10 @@ class SendTelemetryCommand extends Command {
version: pjson.version,
identity: this.networkModuleManager.getPeerId()._idB58String,
hostname: this.config.hostname,
operational_wallet: this.blockchainModuleManager.getPublicKey(),
management_wallet: this.blockchainModuleManager.getManagementKey(),
triple_store: this.config.modules.tripleStore.defaultImplementation,
auto_update_enabled: this.config.modules.autoUpdater.enabled,
},
events,
};
Expand Down

0 comments on commit 63ea99b

Please sign in to comment.