Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carry x/gov proposal execution error message #15445

Closed
robert-zaremba opened this issue Mar 17, 2023 · 0 comments · Fixed by #15554
Closed

Carry x/gov proposal execution error message #15445

robert-zaremba opened this issue Mar 17, 2023 · 0 comments · Fixed by #15554
Assignees

Comments

@robert-zaremba
Copy link
Collaborator

Problem Definition

Today, when a proposal fails the following happens:

  • Proposal is removed from a queue
  • Proposal status is set to failed
  • Event is emitted with "proposal_failed" value.

There is no trace in the standard flow with a reason why the proposal failed. It's only logged in the standard logger.
So the only way to know why a proposal failed, is to grep logs.

Proposal

Attach the error message in a Proposal object or in an Event.

I think the event option makes more sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants