-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: support voting flow #27
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fb1cdce
to
ee97d4e
Compare
ee97d4e
to
25fbfcc
Compare
25fbfcc
to
eddf8bd
Compare
- [x] Update libs to support transaction final state - [x] Add voting mutation with lock/unlock ballot - [x] Add project id mapper to vote index - [x] Fixes for new dependencies versions
eddf8bd
to
3011c55
Compare
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.
Thanks, left a comment on the batch submission logic
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.
@0xmad seems like this PR contains 2 big things: bumping dependency versions and voting flow.
do you think we should split them and we could do more for the voting flow? (e.g. consider ctrl03's opinion on batch number stuff).
I could help the bumping version stuff.
Without dependency updates locking ballot won't work. Changes related to updates don't have many breaking changes, just minor fixes. |
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.
Thanks!
Blocked by #21
Blocked by privacy-scaling-explorations/maci#1251
Closes #7