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

DVT-153 Node 16 Upgrade #90

Merged
merged 15 commits into from
Nov 9, 2022
Merged

DVT-153 Node 16 Upgrade #90

merged 15 commits into from
Nov 9, 2022

Conversation

gatsbyz
Copy link
Contributor

@gatsbyz gatsbyz commented Oct 28, 2022

remove ganache-cli and use ganache and update scripts
remove moonwalker as a dependency

@gatsbyz gatsbyz changed the title Jesse test Node 16 Upgrade Oct 31, 2022
@@ -22,7 +22,7 @@ export class Bor {
this.config = config;

this.repositoryName = "bor";
this.repositoryBranch = options.repositoryBranch || "develop";
this.repositoryBranch = "jesse-test";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be reverted to original after merge

@@ -11,7 +11,7 @@ export class Contracts {
this.config = config;

this.repositoryName = "contracts";
this.repositoryBranch = options.repositoryBranch || "master";
this.repositoryBranch = "jesse-test";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be reverted to original after merge


shell.exec(`mkdir -p ${this.config.targetDirectory}`)
shell.exec(`chmod 777 -R ${this.config.targetDirectory}`)
console.log('this.config.targetDirectory', this.config.targetDirectory);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove log

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The log i get is
this.config.targetDirectory /home/ubuntu/matic-cli/devnet
So I guess we need to restore /var/lib/heimdall

@@ -20,7 +20,7 @@ export class Genesis {
this.config = config;

this.repositoryName = this.name;
this.repositoryBranch = options.repositoryBranch || "master";
this.repositoryBranch = "jesse-test";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be reverted to original after merge

@@ -22,9 +22,11 @@ borCmd.action(bor);
const ganacheCmd = new Command("ganache");
ganacheCmd.action(ganache);

console.log("hello123")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can proceed removing it :) Thanks

@gatsbyz gatsbyz marked this pull request as ready for review October 31, 2022 18:12
@gatsbyz gatsbyz changed the title Node 16 Upgrade DVT-153 Node 16 Upgrade Nov 2, 2022

shell.exec(`mkdir -p ${this.config.targetDirectory}`)
shell.exec(`chmod 777 -R ${this.config.targetDirectory}`)
console.log('this.config.targetDirectory', this.config.targetDirectory);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The log i get is
this.config.targetDirectory /home/ubuntu/matic-cli/devnet
So I guess we need to restore /var/lib/heimdall

@@ -22,9 +22,11 @@ borCmd.action(bor);
const ganacheCmd = new Command("ganache");
ganacheCmd.action(ganache);

console.log("hello123")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can proceed removing it :) Thanks

const localnetCmd = new Command("localnet");
localnetCmd.action(localnet);

console.log("gatsby123")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can proceed removing it :) Thanks

@0xsharma 0xsharma force-pushed the jesse-test branch 6 times, most recently from 869224c to b98804b Compare November 8, 2022 08:07
@marcello33 marcello33 merged commit 130c6be into master Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants