Skip to content

Commit

Permalink
Merge pull request #3521 from OriginTrail/v6/develop
Browse files Browse the repository at this point in the history
Enable major version update
  • Loading branch information
Mihajlo-Pavlovic authored Dec 17, 2024
2 parents da9700e + 7c72235 commit 0007d54
Show file tree
Hide file tree
Showing 4 changed files with 1,324 additions and 1,587 deletions.
6 changes: 6 additions & 0 deletions ot-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ class OTNode {
this.config,
);

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

await this.initializeRouters();
await this.startNetworkModule();
this.startTelemetryModule();
Expand Down
Loading

0 comments on commit 0007d54

Please sign in to comment.