-
Notifications
You must be signed in to change notification settings - Fork 95
Remove node.bold.strategy use node.staker.strategy instead #146
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
Conversation
f5882f7
to
4a579e1
Compare
The change itself looks fine. Have you read the guide about which branch to use? I think since this depends on an unreleased nitro version it should be on the master branch, but let me know what you think. |
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.
Marked for rework because maybe we need to change branch.
@Tristan-Wilson I think I resolved the concern, ready for another look |
Right now by changing the base branch in github it is comparing your branch against I find having a git alias for drawing a graph of the revision history is super helpful for visualizing this. If you add this to your
Then if you run
You'll need to rebase your
|
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.
Needs rebasing onto master
4a579e1
to
086a6ff
Compare
@Tristan-Wilson ready for another look |
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.
Nice
With NIT-3732 OffchainLabs/nitro#3582
nitro-testnode only has to run
--node.staker.strategy
, not both--node.staker.strategy`` and
--node.bold.strategy``This PR in OffchainLabs/nitro-testnode will make CI pass for OffchainLabs/nitro#3582 docker CI