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
Failed execution of a proposal is not handled correctly. Per the Cosmos x/group documentation 1
On the other hand, a failed proposal execution will be marked as PROPOSAL_EXECUTOR_RESULT_FAILURE. Such a proposal can be re-executed multiple times, until it expires after MaxExecutionPeriod after voting period end.
E.g.
Proposal 88 execution failed but it's status is still marked as 'Execute'
The status in the proposal modal is marked as 'Failed' which is good. However, the button is marked as 'Remove' which is wrong.
And for some reason the modal layout is broken.
The text was updated successfully, but these errors were encountered:
Failed execution of a proposal is not handled correctly. Per the Cosmos
x/group
documentation 1E.g.
Proposal 88 execution failed but it's status is still marked as 'Execute'
The status in the proposal modal is marked as 'Failed' which is good. However, the button is marked as 'Remove' which is wrong.
And for some reason the modal layout is broken.
The text was updated successfully, but these errors were encountered: