Aleksandr Karbyshev
Aleksandr Karbyshev
closes #42
This PR introduces a revamped structure of the wallet CLI suggested in #2135. The changes are based on v0.28.0. The following changes were additionally introduced. - For consistency, `--alias` argument...
As discussed in #2135, a digital signature command should be implemented: > `sign` --alias creates a digital signature for the binary object
This PR introduces a revamped structure of the wallet CLI. - [ ] describe the new structure here The following changes were additionally introduced. - For consistency, `--alias` argument is...
## Describe your changes ## Indicate on which release or other PRs this topic is based on ## Checklist before merging to `draft` - [ ] I have added a...
This restores option for generation of random non-hd keys which was removed in #2158 - [ ] I have added a changelog - [x] Git history is in acceptable state
## Describe your changes Fix: undo erroneous changes in wallet introduced in 0.28.0 rc1 ## Indicate on which release or other PRs this topic is based on ## Checklist before...
- Fix: respect the optional bip39-flag for key derivation. - Improvement: print the alias if the derived key already exists. Based on v0.30.2 - [x] I have added a changelog...
Improvement: print the generated payment address. Based on v0.31.0 - [x] I have added a changelog - [x] Git history is in acceptable state
Closes #50 ## Describe your changes ## Indicate on which release or other PRs this topic is based on ## Checklist before merging to `draft` - [ ] I have...