Skip to content
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

fix(account): Update keyring dependency to match Cosmos SDK #2655

Merged

Conversation

gjermundgaraba
Copy link
Contributor

Issue: #2650

Original issue was also discussed on Discord: https://discord.com/channels/893126937067802685/905127580087234590/1000483556767846501

The main issue was:

Currently, it is impossible to use cosmos accounts with ignite on a Mac m1 chip because ignite uses keyring v1.1.6. The Cosmos SDK upgraded this to v1.2.1 only 9 days ago to fix this, but it has yet to be updated on ignite

The PR made to the Cosmos SDK was quite simple and after testing it with a couple of machines (M1 included) it seems like a safe update.
The PR: cosmos/cosmos-sdk#12576

@jeronimoalbi
Copy link
Member

I tested it in macOS with an M1 Pro and the accounts are created and deleted as expected from the Keychain Access app when using the --keyring-backend os flag.

@ilgooz ilgooz linked an issue Jul 25, 2022 that may be closed by this pull request
@ilgooz ilgooz added this to the Priority milestone Jul 25, 2022
@ilgooz ilgooz merged commit 74147b1 into ignite:develop Jul 26, 2022
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyring module needs to be updated to v 1.2.1
4 participants