@@ -22,9 +22,15 @@ List of changelogs ordered from latest to oldest
...
@@ -22,9 +22,15 @@ List of changelogs ordered from latest to oldest
-`-a` SS58 Address of target vault account
-`-a` SS58 Address of target vault account
-`-v` Name of target vault account
-`-v` Name of target vault account
-`-S` (secret_format) doesn't have a default anymore since it conflicts with using `-a` or `-v`
-`-S` (secret_format) doesn't have a default anymore since it conflicts with using `-a` or `-v`
- Adapted `vault inspect` command to display more information
- Substrate URI (was already present)
- Crypto scheme: to be more coherent since both the `substrate uri` and `crypto-scheme` are needed to create the key with the proper `address`
- Secret seed/mini-secret: only computed if no `soft` (single '/') derivation are used
- Public key (hex)
- SS58 Address
- (potential G1v1 public key if inspecting a \<Base\> account with ed25519 crypto-scheme)
- Small changes
- Small changes
- In the vault, changed sorting of children account so that they are sorted by derivation `Path` value (makes more sense when viewing derivations of one account)
- In the vault, changed sorting of children account so that they are sorted by derivation `Path` value (makes more sense when viewing derivations of one account)
- Added display of `crypto scheme` when calling `vault inspect` so that it is more coherent; since both the `substrate uri` and `crypto-scheme` are needed to create the key with the proper `address`