Skip to content
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 witness node and to cli_wallet #6

Open
oxarbitrage opened this issue Dec 21, 2018 · 1 comment
Open

add version command to witness node and to cli_wallet #6

oxarbitrage opened this issue Dec 21, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@oxarbitrage
Copy link

A witness user of peerplays(block producer or api node) or a cli_wallet user cant know what version of the software they are running.

A --version command can be added to the binaries so they can have this information available.

this is done in bitshares with the following pull requests:

@bobinson
Copy link

witness_node works now

root@xyz ~/src/peerplays #witness_node --version
Version: 1.3.1
Git Revision: 62ddd67
Built: Sep 7 2019 at 20:26:04
SSL: OpenSSL 1.0.2g 1 Mar 2016
Boost: 1.67

cli_wallet fails:
**root@xyz ~/src/peerplays # ** cli_wallet --version
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::program_options::unknown_option >'
what(): unrecognised option '--version'
Aborted

@bobinson bobinson added the enhancement New feature or request label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants