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

Transfer from chain grand-1 to shielded-expedition.b40d8e9055, Error decoding address #2512

Closed
CroutonDigital opened this issue Feb 2, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@CroutonDigital
Copy link

CroutonDigital commented Feb 2, 2024

Today we got issue when transfer from chain grand-1 to shielded-expedition.b40d8e9055

Binary version:

  • nobled - 4.1.0-rc.1
  • hermes - 1.7.4+38f41c6
  • namada - v0.31.0

nobled log error example

nobled tx ibc-transfer transfer transfer channel-41 tnam1qr9vy2t28cu2ezhax5r7mpeknh4wzn58tupq0cf4 1uusdc --from wallet --gas 400000  --fees 1uusdc -y --note  "tpknam1qqjzwxrku9pv8vtz0x2y578ytj58cwc55ughh7qlj3rwekye2lz2y30dua2" 

Enter keyring passphrase:
code: 1
codespace: undefined
data: ""
events: []
gas_used: "0"
gas_wanted: "0"
height: "0"
info: ""
logs: []
raw_log: 'error decoding address (tnam1qr9vy2t28cu2ezhax5r7mpeknh4wzn58tupq0cf4):
  decoding bech32 failed: invalid checksum (expected 5ul5vh got pq0cf4)'
timestamp: ""
tx: null
txhash: AC06049F68FCF5482BB96157051348B012C99D956726272205B0737407DAF864

hermes log error example

hermes tx ft-transfer --dst-chain shielded-expedition.b40d8e9055 --src-chain grand-1  --src-port transfer --src-channel channel-41 --amount 1 --denom uusdc

2024-02-02T18:06:52.071766Z  INFO ThreadId(01) using default configuration from '/home/hermes-testnet/.hermes/config.toml'
2024-02-02T18:06:52.072755Z  INFO ThreadId(01) running Hermes v1.7.4+38f41c6
2024-02-02T18:06:52.126326Z ERROR ThreadId(34) send_messages_and_wait_commit{chain=grand-1 tracking_id=ft-transfer}:send_tx_with_account_sequence_retry{chain=grand-1 account.sequence=21}:estimate_gas: failed to simulate tx. propagating error to caller: gRPC call `send_tx_simulate` failed with status: status: Unknown, message: "error decoding address (tnam1qr9vy2t28cu2ezhax5r7mpeknh4wzn58tupq0cf4): decoding bech32 failed: invalid checksum (expected 5ul5vh got pq0cf4) [/home/noble-testnet/noble/app/ante.go:173] With gas wanted: '0' and gas used: '3387' ", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "5100546"} }
2024-02-02T18:06:52.126351Z ERROR ThreadId(34) send_messages_and_wait_commit{chain=grand-1 tracking_id=ft-transfer}:send_tx_with_account_sequence_retry{chain=grand-1 account.sequence=21}: gas estimation failed or encountered another unrecoverable error error=gRPC call `send_tx_simulate` failed with status: status: Unknown, message: "error decoding address (tnam1qr9vy2t28cu2ezhax5r7mpeknh4wzn58tupq0cf4): decoding bech32 failed: invalid checksum (expected 5ul5vh got pq0cf4) [/home/noble-testnet/noble/app/ante.go:173] With gas wanted: '0' and gas used: '3387' ", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "5100546"} }
ERROR transfer error: failed while submitting the Transfer message to chain grand-1: gRPC call `send_tx_simulate` failed with status: status: Unknown, message: "error decoding address (tnam1qr9vy2t28cu2ezhax5r7mpeknh4wzn58tupq0cf4): decoding bech32 failed: invalid checksum (expected 5ul5vh got pq0cf4) [/home/noble-testnet/noble/app/ante.go:173] With gas wanted: '0' and gas used: '3387' ", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "5100546"} }

@bengtlofgren we got decoding bech32 failed: invalid checksum (expected 5ul5vh got pq0cf4) error on both cli command nobled and hermes

Transaction from namada proceed successful

Wrapper transaction hash: 8D12A5899717F7DA7BCDA8E0A53419ACF6E8BDC9B153D41D29130FB42F41DD8E
Inner transaction hash: 9F36254971A32C4C11CB4E817B8C60965CA5817DBAEFBB02A6C3FD0720497787

https://testnet.mintscan.io/noble-testnet/txs/7941F649719D533E5FC2C76BE68ACE6468AB300E0EAFAC4BA76E82A0EC581B69?height=5100648

@CroutonDigital CroutonDigital added the bug Something isn't working label Feb 2, 2024
@CroutonDigital CroutonDigital changed the title Transfer from chain shielded-expedition.b40d8e9055 to grand-1, Error decoding address Transfer from chain grand-1 to shielded-expedition.b40d8e9055, Error decoding address Feb 2, 2024
@bengtlofgren
Copy link
Contributor

@yito88 @adrianbrink

@CroutonDigital
Copy link
Author

@bengtlofgren @yito88 @adrianbrink on the new version 0.31.2 same issue

@yito88
Copy link
Member

yito88 commented Feb 11, 2024

@CroutonDigital Thank you for your report. We need this fix in Noble
circlefin/noble-fiattokenfactory#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants