-
Notifications
You must be signed in to change notification settings - Fork 59
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
Conversation
src/setup/bor/index.js
Outdated
@@ -22,7 +22,7 @@ export class Bor { | |||
this.config = config; | |||
|
|||
this.repositoryName = "bor"; | |||
this.repositoryBranch = options.repositoryBranch || "develop"; | |||
this.repositoryBranch = "jesse-test"; |
There was a problem hiding this comment.
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
src/setup/contracts/index.js
Outdated
@@ -11,7 +11,7 @@ export class Contracts { | |||
this.config = config; | |||
|
|||
this.repositoryName = "contracts"; | |||
this.repositoryBranch = options.repositoryBranch || "master"; | |||
this.repositoryBranch = "jesse-test"; |
There was a problem hiding this comment.
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
src/setup/devnet/index.js
Outdated
|
||
shell.exec(`mkdir -p ${this.config.targetDirectory}`) | ||
shell.exec(`chmod 777 -R ${this.config.targetDirectory}`) | ||
console.log('this.config.targetDirectory', this.config.targetDirectory); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove log
There was a problem hiding this comment.
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
src/setup/genesis/index.js
Outdated
@@ -20,7 +20,7 @@ export class Genesis { | |||
this.config = config; | |||
|
|||
this.repositoryName = this.name; | |||
this.repositoryBranch = options.repositoryBranch || "master"; | |||
this.repositoryBranch = "jesse-test"; |
There was a problem hiding this comment.
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
src/setup/index.js
Outdated
@@ -22,9 +22,11 @@ borCmd.action(bor); | |||
const ganacheCmd = new Command("ganache"); | |||
ganacheCmd.action(ganache); | |||
|
|||
console.log("hello123") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
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
src/setup/devnet/index.js
Outdated
|
||
shell.exec(`mkdir -p ${this.config.targetDirectory}`) | ||
shell.exec(`chmod 777 -R ${this.config.targetDirectory}`) | ||
console.log('this.config.targetDirectory', this.config.targetDirectory); |
There was a problem hiding this comment.
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
src/setup/index.js
Outdated
@@ -22,9 +22,11 @@ borCmd.action(bor); | |||
const ganacheCmd = new Command("ganache"); | |||
ganacheCmd.action(ganache); | |||
|
|||
console.log("hello123") |
There was a problem hiding this comment.
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
src/setup/index.js
Outdated
const localnetCmd = new Command("localnet"); | ||
localnetCmd.action(localnet); | ||
|
||
console.log("gatsby123") |
There was a problem hiding this comment.
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
869224c
to
b98804b
Compare
remove
ganache-cli
and useganache
and update scriptsremove
moonwalker
as a dependency