From 4b410eeb1e09e97f316d875221ffa76da9b500eb Mon Sep 17 00:00:00 2001 From: Nicolas80 <nicolas.pmail@protonmail.com> Date: Sun, 6 Apr 2025 18:48:21 +0200 Subject: [PATCH] * Updated CHANGELOG.md with `vault inspect` changes --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4008188..0dd2859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,9 +22,15 @@ List of changelogs ordered from latest to oldest - `-a` SS58 Address 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` +- 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 - 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 -- GitLab