Skip to content
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

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

ctrlc03
Copy link
Collaborator

@ctrlc03 ctrlc03 commented May 2, 2024

Description

  • use lazyIMT for signups to allow for concurrent polls
  • add tests
  • amend maci components to support the change

Benefits:

  • cheaper signups overall
  • less code
  • no merge required
  • concurrent polls

Drawbacks:

  • new trusted setup needed
  • slightly more constraints in the circuits

Related issue(s)

fix #1418

Confirmation

Copy link

vercel bot commented May 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
maci-website ✅ Ready (Inspect) Visit Preview May 2, 2024 8:28pm

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

contracts/contracts/trees/LazyIMT.sol Fixed Show fixed Hide fixed
contracts/contracts/trees/LazyIMT.sol Fixed Show fixed Hide fixed
Copy link
Collaborator

@0xmad 0xmad left a 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

circuits/circom/trees/incrementalMerkleTree.circom Outdated Show resolved Hide resolved
contracts/contracts/Poll.sol Outdated Show resolved Hide resolved
contracts/contracts/MACI.sol Show resolved Hide resolved
contracts/contracts/trees/LazyIMT.sol Outdated Show resolved Hide resolved
contracts/tasks/helpers/TreeMerger.ts Outdated Show resolved Hide resolved
contracts/tasks/runner/merge.ts Show resolved Hide resolved
contracts/tests/MACI.test.ts Outdated Show resolved Hide resolved
cli/ts/commands/genProofs.ts Show resolved Hide resolved
cli/tests/ceremony-params/ceremonyParams.test.ts Outdated Show resolved Hide resolved
contracts/contracts/trees/LazyIMT.sol Outdated Show resolved Hide resolved
Copy link
Collaborator

@0xmad 0xmad left a 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.

@ctrlc03
Copy link
Collaborator Author

ctrlc03 commented May 2, 2024

@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
@ctrlc03 ctrlc03 enabled auto-merge May 2, 2024 20:50
@ctrlc03 ctrlc03 merged commit 85b4815 into dev May 2, 2024
20 checks passed
@ctrlc03 ctrlc03 deleted the feat/multiple-polls branch May 2, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Allow multiple (and concurrent) Polls
2 participants