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
I do understood this task that we want to handle any ExecuteGovProposal returned from a contract.
While implementing this though, the RawProtoProposal type opens the door for another interpretation or feature where a contract registers for a callback to receive this type from the gov handler.
While implementing this though, the RawProtoProposal type opens the door for another interpretation or feature where a contract registers for a callback to receive this type from the gov handler.
I don't understand the how this works? Is this a feature or a bug? What exactly could we do? I assume we can only call registered gov/proposal handlers and this RawProtoProposal only works to call a chain-specific gov proposal handler, which was not in our list. That said, this is only designed for tgrade, so maybe best to just remove that one and if we forgot something, add it as an explicit enum to the tgrade bindings
Support the new messages added in confio/tgrade-contracts#2
The text was updated successfully, but these errors were encountered: