Aleksandr Karbyshev
Aleksandr Karbyshev
The wallet CLI structure has been changed #2135
> ACK modulo notes from testing: > > * we should prevent generating two keys/addresses (including shielded & transparent) with the same alias > * `list` should show both shielded...
@Fraccaman Thanks! I think it can be merged, but additional testing could be helpful. ZIP32 keys are not implemented yet, and should be implemented in a separate PR, imho.
ZIP32 key derivation is implemented in #2417
After the discussion with @murisi, we suggest the following structure for namadaw CLI commands: - `gen [--masp] [--alias] [--hd-path]` generates new key + default, _secret_ key for transparent pool, optionally...
@okwme The options have to be used on the outermost position of the prompt. For example, ```$ ./target/debug/namadaw --pre-genesis list``` and ```$ ./target/debug/namada --pre-genesis wallet list``` should give the same...
Continued in #2260
Implemented in #2260
Integrated in #2260
Now in `core/src/ledger/storage/write_log.rs`