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 root cause of this one is that Osmosis changed the fields on the proto definition of one of their custom Proposal types. Due to this, the gov module cannot decode the TX during RPC requests and the RPC request fails.
We have a consistent block failure at this transaction:
Block: 11093463
TX; 70107CA62C58B44D20BF8894666E1D149CEB0C429B027D519EB5BF45CF53F84A
The root cause of this one is that Osmosis changed the fields on the proto definition of one of their custom Proposal types. Due to this, the gov module cannot decode the TX during RPC requests and the RPC request fails.
See here for their removed field.
The solution for this one will be slightly complex because we will need to take into account:
The text was updated successfully, but these errors were encountered: