makerdao / dss-exec-lib

DSS Executive Spellcrafting Library Contracts
GNU Affero General Public License v3.0
36 stars 21 forks source link

Allow for reschedule of dropped exec #100

Open brianmcmichael opened 1 year ago

brianmcmichael commented 1 year ago

It may be possible for an exec to be scheduled by a vote, and then dropped from the pause by a competing hat.

This change allows a spell to be re-scheduled in the case where it is scheduled, dropped, and then re-raised to the hat.

brianmcmichael commented 1 year ago

Still needs a test but wanted to open the PR for discussion on whether there are any edge cases that this could introduce.

naszam commented 1 year ago

Still needs a test but wanted to open the PR for discussion on whether there are any edge cases that this could introduce.

We could add tests and start doing another run of reviews