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
Hello Team, I'm using cosmpy 0.9.2 version and sei chain (atlantic-2 testnet) to code my idea,
I'm use contract_address to get txs event, it work fine, like this:
Current Behavior
But when I'm using message.sender='wallet address' to fetch txs, it can't parse and report bug: Can not find message descriptor by type_uri: /cosmos.bank.v1beta1.MsgSend
Prerequisites
Expected Behavior
Hello Team, I'm using cosmpy 0.9.2 version and sei chain (atlantic-2 testnet) to code my idea,
I'm use contract_address to get txs event, it work fine, like this:
Current Behavior
But when I'm using message.sender='wallet address' to fetch txs, it can't parse and report bug: Can not find message descriptor by type_uri: /cosmos.bank.v1beta1.MsgSend
To Reproduce
You can see the test wallet all txs at https://sei-testnet-api.polkachu.com/cosmos/tx/v1beta1/txs?events=message.sender=%27sei1304xws6x0t5wqzjmwq3fsffemtv4ayezvdvy36%27,
the MsgSend tx can't parse in cosmpy package
Context
OS: Ubuntu 2204 LTS
Python: 3.12.2
cosmpy: 0.9.2
Failure Logs
The text was updated successfully, but these errors were encountered: