-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add min/max duration and quorum #111
Conversation
87bc3aa
to
655ee06
Compare
I think we should implement quorum before adding this feature |
0503bfb :) (missing tests, they will come in tomorrow hopefully :D) |
0503bfb
to
a2f2224
Compare
Latest commits add the |
Also added a function to edit quorum as discussed on Discord (23e86a7) :D |
Adds min and max voting duration:
min_votin_duration
has elapsedmax_voting_duration
has elapsedI'd like to add more tests but currently we can't manipulate the block timestamp in starknet-devnet. We might want to add some later on though :)
Closes #95