Skip to content

Commit

Permalink
Merge pull request #2923 from OriginTrail/v6/development-network
Browse files Browse the repository at this point in the history
OriginTrail Testnet Prerelease v6.2.0
  • Loading branch information
djordjekovac authored Feb 2, 2024
2 parents 5e02a5e + f46f22a commit 73ff1e8
Show file tree
Hide file tree
Showing 52 changed files with 4,763 additions and 263 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ data*

# VS code files
.vscode/launch.json

# KAs Distribution Simulation Script Plots
tools/knowledge-assets-distribution-simulation/plots/**/*jpg
2 changes: 1 addition & 1 deletion installer/data/otnode.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/lib/systemd/system/otnode.service

[Unit]
Description=OriginTrail V6 Stage 1 Beta Node
Description=OriginTrail V6 Node
Documentation=https://github.com/OriginTrail/ot-node/
After=network.target graphdb.service blazegraph.service

Expand Down
6 changes: 6 additions & 0 deletions ot-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ class OTNode {

await this.initializeModules();

await MigrationExecutor.executeRemoveServiceAgreementsForChiadoMigration(
this.container,
this.logger,
this.config,
);

await this.createProfiles();

await this.initializeCommandExecutor();
Expand Down
Loading

0 comments on commit 73ff1e8

Please sign in to comment.