Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable major version update #3521

Merged
merged 30 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3f59822
OriginTrail Mainnet Prerelease v6.5.0 (#3234) (#3235)
Mihajlo-Pavlovic Jul 4, 2024
834060f
OriginTrail Devnet Release v6.5.1 Hotfix 1 (#3247)
Mihajlo-Pavlovic Jul 18, 2024
8468e64
Merge branch 'v6/prerelease/testnet' into v6/development-network
Mihajlo-Pavlovic Jul 18, 2024
9d3d9a4
OriginTrail Devnet Prerelease v6.5.1 Hotfix 2 (#3251)
Mihajlo-Pavlovic Jul 19, 2024
9e211d2
Merge branch 'v6/development-network' into v6/prerelease/devnet
Mihajlo-Pavlovic Jul 19, 2024
606b632
OriginTrail Devnet Prerelease v6.5.1 Hotfix 2 (#3252)
Mihajlo-Pavlovic Jul 19, 2024
6dd257b
Merge branch 'v6/prerelease/testnet' into v6/development-network
Mihajlo-Pavlovic Jul 19, 2024
d025565
Merge branch 'v6/develop' into v6/prerelease/devnet
Mihajlo-Pavlovic Jul 19, 2024
4d98113
Merge branch 'v6/develop' into v6/development-network
Mihajlo-Pavlovic Jul 19, 2024
db5e5ad
Branch alignment (#3258)
Mihajlo-Pavlovic Jul 19, 2024
40ba3c9
Make migrations non blocking (#3259)
Mihajlo-Pavlovic Jul 19, 2024
7c8d537
version bump (#3260)
Mihajlo-Pavlovic Jul 19, 2024
2f67b37
Merge branch 'v6/prerelease/devnet' into v6/develop
Mihajlo-Pavlovic Jul 19, 2024
a7afb42
OriginTrail Devnet Prerelease v6.5.1 (#3261)
Mihajlo-Pavlovic Jul 19, 2024
86d6428
OriginTrail Devnet Release v6.5.1 (#3262)
Mihajlo-Pavlovic Jul 19, 2024
5010455
Merge branch 'v6/develop' into v6/development-network
Mihajlo-Pavlovic Jul 19, 2024
b473d0b
Merge branch 'v6/prerelease/testnet' into v6/development-network
Mihajlo-Pavlovic Jul 19, 2024
9d5ef5b
OriginTrail Mainnet Release v6.5.1 (#3266)
Mihajlo-Pavlovic Jul 22, 2024
5dbae1b
Devnet pruning migration for Neuro tables (#3267)
Mihajlo-Pavlovic Aug 1, 2024
bc8b176
Merge branch 'v6/prerelease/devnet' into v6/develop
Mihajlo-Pavlovic Aug 1, 2024
9228fc1
OriginTrail Devnet Prerelease v6.5.1 Hotfix 1 (#3268)
Mihajlo-Pavlovic Aug 1, 2024
e7eb866
Merge branch 'v6/development-network' into v6/prerelease/devnet
Mihajlo-Pavlovic Aug 1, 2024
1bda008
configuration files templates updated (#3270)
Niks988 Sep 3, 2024
c8fab26
Increased gasLimit for commits/proofs (#3272)
0xbraindevd Sep 9, 2024
e58c7a1
Merge branch 'v6/release/mainnet' into v6/develop
Mihajlo-Pavlovic Sep 9, 2024
16db589
Merge branch 'v6/prerelease/devnet' into v6/develop
Mihajlo-Pavlovic Sep 9, 2024
8ccc316
Enable major update
Mihajlo-Pavlovic Dec 17, 2024
407c508
Merge pull request #3520 from OriginTrail/chore/enable-major-update
Mihajlo-Pavlovic Dec 17, 2024
bd405ac
Merge branch 'v6/prerelease/testnet' into v6/develop
Mihajlo-Pavlovic Dec 17, 2024
7c72235
veriosn bump
Mihajlo-Pavlovic Dec 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading