-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX: improve [gaiacli keys] #674
Comments
I think |
We should also include more information for people trying to specify the recovery key themselves. (i.e. what the wordlist is, minimum number of words, etc.) |
Is requiring |
For Then once gaia-7000 is merged remove the code supporting |
Closing this as fix was merged with #1568 |
--name
) should be removed. It's fine as a helper but right now it's super confusing. I should be able to dobasecli keys add --new
and just get an un-named key. The only output should be the address to stdout (maybe in combination with a--dev
flag). The extra stuff like text and recovery phrase outputted to stdout is clutter for automated tests.--from
flag forbasecli keys send
. This flag IIRC once existed. Sending a transaction should have a--from
and a--to
. Even if the--name
flag is well described (it currently isn't), using--name
as the "from" is wholly unintuitive.The text was updated successfully, but these errors were encountered: