-
Notifications
You must be signed in to change notification settings - Fork 142
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
Single Choice and Multiple Choice Veto #752
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #752 +/- ##
===============================================
- Coverage 96.25% 95.71% -0.54%
===============================================
Files 203 204 +1
Lines 50082 50581 +499
===============================================
+ Hits 48207 48415 +208
- Misses 1875 2166 +291
☔ View full report in Codecov by Sentry. |
Should break less of the existing tests, doesn't lead to weird migration state (passed at time zero), and if timelock configuration is updated it won't affect currently open proposals.
Allows for the vetoer to veto a proposal before it passes is veto_before_passed is set to true. Some DAOs may want this to be able to speed up their process.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #752 +/- ##
==============================================
Coverage ? 96.19%
==============================================
Files ? 204
Lines ? 51088
Branches ? 0
==============================================
Hits ? 49144
Misses ? 1944
Partials ? 0 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sick so so close
…voting_period, and fixed tests. Also fixed missing timelock status handler.
Closes #736