-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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]: Sign mode textual error if not upper case #17822
Comments
It looks like the issue is that when you write "TEXTUAL" it defaults to the direct signmode: https://testnet.ping.pub/cosmos/tx/494F74D7F8652614811736548F067C4C63463967A4A2DF64123B4406D1FD625C (see in the json under signer_infos). The real issue here is that you are setting Textual requires connection to a node in order to get denom data. For some reason it's trying to call localhost instead of the passed in node address. |
Looks like we are overwriting the passed node URI. |
Hey @JulianToledano! Could you re-try on latest release/v0.50.x and using this branch #17996 |
Same as before, it keeps posting to localhost |
Okay, and can you give some info about your OS and configuration? I couldn't reproduce locally. |
macOS Sonoma version 14.0
I just did a some more info needed? |
Thanks! I have been able to reproduce. |
Is there an existing issue for this?
What happened?
When trying to send a tx with textual mode it will fail if you don't write it in upper case.
For example
if written in uppercase:
Cosmos SDK Version
v0.50.0-rc.0
How to reproduce?
simd tx bank send myAccount cosmos15aptdqmm7ddgtcrjvc5hs988rlrkze40l4q0he 10000uatom --fees 2000uatom --account-number 727172 --chain-id theta-testnet-001 --node https://rpc-t.cosmos.nodestake.top:443 --sign-mode textual
The text was updated successfully, but these errors were encountered: