Une précision pour commencer; je suis assez nouveau dans les devs de la Gune et je connais surtout Gcli parceque j'ai récemment faire un changement...
EDIT: J'avais oublié de répondre pour la sélection du compte source - je reprend mon exemple du message précédent...
Comment choisir un wallet dans le vault comme source du payement ?...
@Nicolas80, merci pour ta réponse......
To know which arguments are allowed or not; you can always add --help
on any of the Gcli commands
I'm not sure what you mean by "sec" part; but the command for vault import
does not allow to provide the secret part directly...
Really nice to support JSON output for all of those (as long as we don't put the JSON format by default
I don't know NOSTR but I find odd that the way to make a valid signature would be non-deterministic and require 3 different signing methods ?...
I would keep the "address" last, also because I add the Vault data when that address is in the vault:...
Actually, I think it's even worse; I tried importing for a key file I had for "Alice"; which have address:5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNo...
I'm fine with using ed25519 by default now
I added another comment about the base "-c" argument we should probably still add.
Careful that for now, the method catch_known
is currently matching the "predefined" SS58 addresses computed with "sr25519" scheme; so it won't work...
If we want to add the base Argument "-c" for the crypto-scheme we can adapt the Args
struct inside main.rs
....
If we do keep the secret_format
we should update that code that tries to ensure nothing illegal is persisted in DB (distinction between base and de...
I guess it's fine to not have the confirm since we can vault remove
without requiring the password.
Ok with the change; but should also adapt the doc
@pokapow feel free to disagree with my remarks; I'm still new to this
I think it will continue to work even for people who already import in sr25519, no ?...