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 dequeueProposalIfReady() for expired proposals. #10324

Merged
merged 3 commits into from
May 22, 2023

Conversation

montera82
Copy link
Contributor

@montera82 montera82 commented May 22, 2023

Description

Because this introduces a tiny bug which allows expired PRoposals to enter into the dequeued list. Those just need to be deleted w/o entering the list!
Thanks to @pahor167 for extra pointing this out.

Reverts #10268

Tested

Unit test.

Related issues

Documentation

no need

@montera82 montera82 requested a review from a team as a code owner May 22, 2023 10:51
@montera82 montera82 requested a review from a team May 22, 2023 10:51
@montera82 montera82 requested a review from a team May 22, 2023 11:26
@martinvol
Copy link
Contributor

Can you update the title of this PR?

@montera82 montera82 changed the title After merge fixes. Fix dequeueProposalIfReady() for expired proposals. May 22, 2023
@montera82 montera82 merged commit 890d195 into master May 22, 2023
@montera82 montera82 deleted the montera82/10091-fix branch May 22, 2023 12:52
@aaronmgdr
Copy link
Member

woo

@martinvol martinvol mentioned this pull request Jun 14, 2023
pahor167 added a commit that referenced this pull request Aug 1, 2023
pahor167 added a commit that referenced this pull request Aug 4, 2023
* Revert "Fix dequeueProposalIfReady() for expired proposals. (#10324)"

This reverts commit 890d195.

* Revert "Update upvode function (#10268)"

This reverts commit ce75f49.

* ReleaseGold refund test fix (#10440)

* ReleaseGold refund test fix

* gas fix

* Pahor/cli fix2 (#10457)

* ReleaseGold refund test fix

* gas fix

* PR comments

* removal of comment

* Cli fix 2

* Running GitHub Action workflow from release/* branches

* Fix regex

* Trigger protocol tests on release branches

* add logging

* lint fix

* uniswap test fix

* Trigger Identity tests too

---------

Co-authored-by: Javier Cortejoso <[email protected]>
@martinvol martinvol mentioned this pull request Aug 8, 2023
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.

dequeueProposalsIfReady() should be at the bottom of methods
4 participants