-
Notifications
You must be signed in to change notification settings - Fork 648
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
add version command to node #524
Conversation
Good job. I'd suggest add it to |
|
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.
Looks good.
I think this information is not available in the RPC API, did I miss something? |
thats interesting. in one side you have that nodes may don't want to show the version they are running, private business may even have modified private versions. in the other that client may want to know what to expect exactly from a node. it could work if we add it as optional to the config file, not sure. lets see what some others have to say. |
I agree it could be an information leak. |
#521
The pull add a
version
argument to thewitness_node executable
. Output will be like this:It was made with the utilities already in the core. I didnt added it to the
cli_wallet
because it haves anabout
command already displaying the info:open to suggestions.