We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding an info command will enable users to quickly retrieve key details without needing to manually inspect files or configurations.
info
Example of the proposed info command output:
$ pactus-shell info Client: Pactus Daemon Version: 1.7.0 beta (foobar) Data Path: /home/{user}/pactus Wallet Path: /home/{user}/pactus/wallets Database Path: /home/{user}/pactus/data Encrypted Wallet: true Network: mainnet Total Validators: 32 Total Accounts: 1 Pruned: true In Committee: true Last Block Height: 2700310 (18-DEC-2024-00:00) Committee Power: 44659 PAC Total Power: 142477 PAC Enabled Transports: gRPC: 127.0.0.1:50051 gRPC-gateway: 127.0.0.1:8080 http: 127.0.0.1:80 zeromq: zmqpubblockinfo: tcp://127.0.0.1:28332 zmqpubtxinfo: tcp://127.0.0.1:28333
The text was updated successfully, but these errors were encountered:
Almost all information above can be retrieve using pactus-shell.
Sorry, something went wrong.
I agree
No branches or pull requests
Describe the problem you'd like to have solved
Adding an
info
command will enable users to quickly retrieve key details without needing to manually inspect files or configurations.Describe the ideal solution
Example of the proposed info command output:
The text was updated successfully, but these errors were encountered: