You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The receiver address for the wormhole Recv message contains a bad string in the receiver inside the data object. The error happens during insertion in the database since it is not proper UTF-8:
10:22AM INF Indexing 1 TXs from block 11980422
10:22AM INF Indexing 20 TXs from block 11980423
10:22AM INF Indexing 10 TXs from block 11980424
10:22AM ERR Error getting/creating receiver address for msg 1 of tx hash E26846FCAE22AAF984731AF38673EC49F9B4DA3280F1B00D763C8CF1B963F55A. Err: ERROR: invalid byte sequence for encoding "UTF8": 0x00 (SQLSTATE 22021)
10:22AM ERR Error getting/creating receiver address for msg 1 of tx hash E26846FCAE22AAF984731AF38673EC49F9B4DA3280F1B00D763C8CF1B963F55A. Err: ERROR: invalid byte sequence for encoding "UTF8": 0x00 (SQLSTATE 22021)
10:22AM FTL Error indexing block 11980424. error="ERROR: invalid byte sequence for encoding \"UTF8\": 0x00 (SQLSTATE 22021)"
Even mintscan (as of time of writing this) is having trouble parsing out the data:
I am not entirely sure just yet if it will be possible to pull this into an address, it could represent some other chain data that is not a Cosmos address.
The receiver address for the wormhole Recv message contains a bad string in the receiver inside the data object. The error happens during insertion in the database since it is not proper UTF-8:
Even mintscan (as of time of writing this) is having trouble parsing out the data:
https://www.mintscan.io/osmosis/tx/E26846FCAE22AAF984731AF38673EC49F9B4DA3280F1B00D763C8CF1B963F55A?height=11980424
The text was updated successfully, but these errors were encountered: