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(root): fix keyring for tx commands (backport #4026) #4039

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 19, 2024

Description

All tx commands are not working because the keyring backend uses the wrong directory.

I failed to convert the address field to the address: alice.info. The key was not found [cosmos/cosmos-sdk@v0.50.5/crypto/keyring/keyring.go:538]

how to reproduce

  • Scaffold and run a chain:
ignite s chain mars && \
cd mars && \
ignite s list --yes user email &&
ignite c serve --clear-cache --reset-once
  • Try to perform a transaction:
marsd tx mars create-user test@test.com --chain-id mars --from alice --keyring-backend test
  • The result should be an error:
I failed to convert the address field to the address: alice.info. The key was not found [cosmos/cosmos-sdk@v0.50.5/crypto/keyring/keyring.go:538]
```<hr>This is an automatic backport of pull request #4026 done by [Mergify](https://mergify.com).

* fix keyring for tx commands

* add changelog

* rollback client config changes

* rollback

* rollback some go.mod files

* rollback changelog

---------

Co-authored-by: Pantani <Pantani>
(cherry picked from commit 6ec0274)
@julienrbrt julienrbrt added the skip-changelog Don't check changelog for new entries label Mar 19, 2024
@julienrbrt julienrbrt enabled auto-merge (squash) March 19, 2024 19:36
@julienrbrt julienrbrt merged commit deeccaa into release/v28.x.y Mar 19, 2024
43 of 46 checks passed
@julienrbrt julienrbrt deleted the mergify/bp/release/v28.x.y/pr-4026 branch March 19, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ci CI/CD workflow and automated jobs. component:configs component:templates skip-changelog Don't check changelog for new entries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants