Skip to content
Snippets Groups Projects
Commit 4b410eeb authored by Nicolas80's avatar Nicolas80
Browse files

* Updated CHANGELOG.md with `vault inspect` changes

parent 8d6df397
No related branches found
No related tags found
1 merge request!44feat: Can choose between ed25519 ans sr25519
Pipeline #40299 passed
...@@ -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`
### Fixed ### Fixed
- None - None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment