* Adapted data::keypair() method so it doesn't block the user's terminal anymore
* Now checking if GcliError Input message was for doing "ctrl+c" or "Esc" key in a prompt; in wich case we terminate the execution with the message. * Small correction in vault_account::compute_suri_account_tree_node where it's better to return GcliError instead of panic using unwrap if the password was incorrect. * Renamed `clap` arguments "value_name" in different places where it wasn't clear what kind of value was expected. * Using "ADDRESS" everytime we expect an AccountId * Using "USERNAME" everytime we expect a Username (most were requesting "TARGET") * Small corrections in `clap` help messages for `vault derive` * Added print of selected Vault item when using vault::try_fetch_key_pair method; just before requesting it's associated password (whenever we will try to sign for an action mostly)
parent
66c7c2a8
No related branches found
No related tags found
Showing
- src/commands/account.rs 3 additions, 1 deletionsrc/commands/account.rs
- src/commands/identity.rs 17 additions, 5 deletionssrc/commands/identity.rs
- src/commands/smith.rs 8 additions, 2 deletionssrc/commands/smith.rs
- src/commands/vault.rs 7 additions, 6 deletionssrc/commands/vault.rs
- src/data.rs 15 additions, 1 deletionsrc/data.rs
- src/entities/vault_account.rs 2 additions, 1 deletionsrc/entities/vault_account.rs
Loading
Please register or sign in to comment