-
Notifications
You must be signed in to change notification settings - Fork 176
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
cmd/livepeer: Add support for -j
flag for mist connector
#2196
Conversation
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.
LGTM!
You might also want to update the CHANGELOG-PENDING file so we include it on the next release changelog. Could mention that this new flag is for support for Mist plugins environment, or something like that
-j
flag from the livepeer binary for mist connector.-j
flag from the livepeer binary for mist connector.
-j
flag from the livepeer binary for mist connector.-j
flag for mist connector.
-j
flag for mist connector.-j
flag for mist connector
FTR I updated the PR description to match the go-livepeer pattern as well. We should always prefix with the package that is being updated |
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.
+1 for the comments by @victorges on changelog [1] + commit structure. Other than that looks good!
[1] See https://github.com/livepeer/go-livepeer/blob/master/doc/contributing.md#changelog
Add changelog entry.
4ab707c
to
3997992
Compare
Updated the pending changelog! Thanks for the pointers :) I'm also not sure why the build tests are failing after changelog updates 😅 |
What does this pull request do? Explain your changes. (required)
Add support for
-j
flag to the built binaries which prints json information. This json is used by mist controller to launch dependent applications.Specific updates (required)
-j
flag tolivepeer
binaryHow did you test each of these updates (required)
Building the package locally, and testing with an added controller in mist runtime configuration.
Does this pull request close any open issues?
related to #2181
Checklist:
make
runs successfully./test.sh
pass