Open
Conversation
Author
|
@lrettig as promised, feel free to use it if you want. Please note, the following differs slightly from what you requested in #38:
|
202e815 to
e5f0c14
Compare
The `wallet address` cmd lists all the addresses of a given wallet. Related to spacemeshos#38
- Public keys are displayed in the bech32 format by default. - The old hex format is still available with the `--hex` flag. Related to spacemeshos#38
The addresses associated with a wallet file are now displayed when the file is read. The flag `--no-address` hides the address, similar to the old behavior. Related to spacemeshos#38
e5f0c14 to
cadc58c
Compare
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wallet read(can be hidden with--no-address).wallet readcommand. (Use--hexfor the old format)wallet addressshowing the address of a wallet.Note: This PR does not close the issue #38 as it is a temporary fix and does not implement the required logic in Rust as discussed.