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

* Updated CHANGELOG.md

parent 49e609c7
No related branches found
No related tags found
1 merge request!44feat: Can choose between ed25519 ans sr25519
Pipeline #40238 passed
......@@ -16,6 +16,15 @@ List of changelogs ordered from latest to oldest
- `vault import --help`
- `vault derive --help`
- If the command tries to override an existing vault entry, then it will still require manual input from the user!
- Adapted commands `identity link-account` and `identity change-owner-key`
- Made it clear that the arguments are meant to "target" another account
- Added possibility to provide the "target" account from the vault
- `-a` address of vault account to link
- `-v` name of vault account to link
- `-S` (secret_format) doesn't have a default anymore since it conflicts with using `-a` or `-v`
- 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)
- 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
- None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment