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

[Bug]: tx bank send fails with invalid bech32 when using key alias #19645

Closed
1 task done
JulianToledano opened this issue Mar 4, 2024 · 1 comment · Fixed by #19646
Closed
1 task done

[Bug]: tx bank send fails with invalid bech32 when using key alias #19645

JulianToledano opened this issue Mar 4, 2024 · 1 comment · Fixed by #19646
Assignees
Labels

Comments

@JulianToledano
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

When trying to send a tx using a key alias command tx bank send fails with:

  • panic: decoding bech32 failed: invalid bech32 string length 5: tx parse error

This doesn't happen when using an address directly.

Cosmos SDK Version

main

How to reproduce?

tx bank send alice...

@julienrbrt
Copy link
Member

julienrbrt commented Mar 4, 2024

+1, related to the fixes from #18868 and #18122.
We can bring it back on main, as I disabled it on client/v2 for v0.50 until we get that keyring instantiation correct (which now can be done correct on main)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants