-
Notifications
You must be signed in to change notification settings - Fork 925
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
node: Adding WithHost options to settings section #301
Conversation
c464f85
to
8a6e5a7
Compare
Removing append from overrides func Edit node.go Adding 1 test for checking withHost functionality
87bc573
to
b8c163e
Compare
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.
Actually - how are these options intended to be used? Where is the CLI flag intended to trigger this option override? Same for #302 .
@renaynay, They are not going to be triggered by CLI, but by TestSwamp. TestSwamp needs to overwrite those with custom testing values. |
We need these flags to initialise the node with a predefined network and coreclient created by test swamp |
* node: Adding WithHost options to settings section Removing append from overrides func Edit node.go Adding 1 test for checking withHost functionality * node: fix withHost test case * update changelog * remove redundant code in newNode
Depends on #292
Removing append from overrides func
Edit node.go
Adding 1 test for checking withHost functionality
Closes #299