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

Fix Check Proposal #278

Merged
merged 2 commits into from
Nov 1, 2021
Merged

Fix Check Proposal #278

merged 2 commits into from
Nov 1, 2021

Conversation

Joeysantoro
Copy link
Contributor

Check proposal needs to pass through when proposal has already been voted on and executed.

There is a more elegant way to do this using the proposal state but these were already here just commented out

Copy link
Contributor

@kryptoklob kryptoklob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swallowing all possible errors Isn't great. Can we change this to only swallow the error of "transaction reverted" and have any other errors throw?

I'm the one that originally commented this out because it was swallowing errors and caused us to miss a bug or two in proposal code awhile back.

@Joeysantoro Joeysantoro merged commit 6630409 into develop Nov 1, 2021
@Joeysantoro Joeysantoro deleted the feat/check-proposal-fix branch November 1, 2021 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants