-
Notifications
You must be signed in to change notification settings - Fork 148
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(multiple-polls): allow concurrent polls #1417
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
current = _leaf; | ||
uint8 k; | ||
|
||
uint256[TREE_ARITY] memory level; | ||
uint256[VOTE_OPTION_TREE_ARITY] memory level; |
Check warning
Code scanning / Slither
Uninitialized local variables Medium
ab67fe0
to
b4afd25
Compare
b4afd25
to
1c3f4d3
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.
@ctrlc03 thanks, just added some comments and questions
1c3f4d3
to
55fa6f1
Compare
55fa6f1
to
4b7ae2f
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.
@ctrlc03 thanks!
I'll test it when new zkeys are available, for local env looks good to me.
gonna build them and push to s3 :) |
use lazyIMT for signups to allow for concurrent polls
4b7ae2f
to
14e89ba
Compare
Description
Benefits:
Drawbacks:
Related issue(s)
fix #1418
Confirmation