[Bug] MsgConvertCoinToEvm Tx - Intended toEthAddr Not Final Receiver #391
Labels
prio: p0 (critical)
critical/urgent priority
S-triage
Status: This issue is waiting on initial triage. More Info: https://tinyurl.com/25uty9w5
When triggering
MsgConvertCoinToEvm
, the intendedtoEthAddr
does not end up being the final receiver.Example:
Initially, I thought it had something to do with encoding during the signing of the tx, but after testing, I can confirm that the correct address is being signed and broadcasted. You can check this by calling
txClient.sign(...)
and then decoding the signed rawtx bodyBytes
. Also, when performing with Keplr, you can also decode the correct ETH address.Next, I checked the ts Protos, which list toEthAddr as a string. Upon comparing it with the initial Protos, I noticed that it is listed as a custom type.
happy to take ideas but my thought was the issue with
MsgConvertCoinToEvm
had something to do with the proto custom type. Since it doesn't take it as stringThe text was updated successfully, but these errors were encountered: