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
Error that is thrown is: Failed to parse auth_info field: Message type "cosmos.tx.v1beta1.AuthInfo" has no field named "tip" at "GetTxResponse.tx.auth_info"
Prerequisites
Expected Behavior
When running an authz vote tx:
A submitted tx response should resolve.
Current Behavior
Error that is thrown is:
Failed to parse auth_info field: Message type "cosmos.tx.v1beta1.AuthInfo" has no field named "tip" at "GetTxResponse.tx.auth_info"
Here is the transaction is occurred on: https://github.com/fetchai/cosmpy/issues/new?assignees=&labels=bug%2Cunconfirmed&projects=&template=bug-report.yml&title=Bug+report%3A+%3Cshort+description%3E
The JSON contains a
tip
field that needs to be handled bycosmpy
.To Reproduce
No response
Context
Python 3.11, Cosmpy v0.8.0
Failure Logs
No response
The text was updated successfully, but these errors were encountered: