-
Notifications
You must be signed in to change notification settings - Fork 350
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
Problem: Adding chain-maind keys will not be actually stored in disk #437
Comments
@maannajjar can you try with 1.2.0? also, do you run a headless distribution or do you have some GUI (e.g. gnome)? For the default keyring backend: https://docs.cosmos.network/master/run-node/keyring.html#the-os-backend -- one may need e.g. Seahorse on Linux. |
@tomtau I tried with 1.2.0 but it didn't work too. I'm running with Gnome GUI. When adding new key I do get the keyring prompt to create password for the new key (screenshot 1). I also opened the keyring management and I saw all the keys that were created by chain-maind (screenshot 2). I was able to unlock them using the passwords I used. I also tried unencrypted key (empty password), but that also didn't work. |
same behaviour described by @maannajjar happening here. I'm using popOS 18.04 [derivated from ubuntu] |
i'm checking this issue in ubuntu |
reproduced it, i'll fix it before fixed, you can use) |
found the cause, working on now. |
should be fixed with 99designs/keyring#83 |
to make it work on linux
|
…ix crypto-org-chain#437) update vendorsha256
before keyring is changed, https://github.com/leejw51crypto/chain-main/tree/feature/437 |
Awesome thanks @leejw51crypto I will try it out! |
…ix crypto-org-chain#437) update vendorsha256
…ix crypto-org-chain#437) update vendorsha256 Update go.mod thanks Co-authored-by: Tomas Tauber <[email protected]> go mod tidy
…ix crypto-org-chain#437) update vendorsha256 Update go.mod thanks Co-authored-by: Tomas Tauber <[email protected]> go mod tidy add todo
…ix crypto-org-chain#437) update vendorsha256 Update go.mod thanks Co-authored-by: Tomas Tauber <[email protected]> go mod tidy add todo increase time fix lint issue
…ix crypto-org-chain#437) update vendorsha256 Update go.mod thanks Co-authored-by: Tomas Tauber <[email protected]> go mod tidy add todo increase time fix lint issue replace jwt-go update nix fix gomod2nix restore gomod2nix remove vendorPath
Describe the bug
Whenever I try to add new key, or import new one. Then type list the keys it returns an empty list
To Reproduce
chain-maind keys add Default
(orchain-maind keys import Default key_file
)chain-maind
will print new key details with recovery keyschain-maind keys list
, the output will be[]
Expected behavior
chain-maind keys list
should output list including the newly added keyScreenshots
See following example (those keys are for testing only and are not used or maintained)
Desktop (please complete the following information):
Linux 5.8.0-7642-generic #47~1612288990~20.10~b8113e7-Ubuntu SMP Wed Feb 3 02:27:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Additional context
I tested the same commands in macOS and I was unable to reproduce this bug. Seems to be only happening in Linux
The text was updated successfully, but these errors were encountered: