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

docs: add maci/ux limitations #320

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/02_adding_projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ This will create an Attestation with the Metadata schema and populate the fields
> It can take 10 minutes for the applications to be approved in the UI

[<img width="100%" src="https://cdn.loom.com/sessions/thumbnails/cfe9bb7ad0b44aaca4d26a446006386a-with-play.gif" width="50%">](https://www.loom.com/embed/cfe9bb7ad0b44aaca4d26a446006386a?sid=a3765630-b097-41bb-aa8b-7600b6901fe4)

:::info
Please be advised that currently due to the MACI's trusted setup artifacts available, you can only have up to 125 projects per round. Please refer to the [trusted setup](https://maci.pse.dev/docs/security/trusted-setup) documentation for more details on the available artifacts and their limits.
:::
4 changes: 4 additions & 0 deletions docs/04_voting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Once applications have been approved and the voters' addresses have been added,
- If you change your mind, just modify them and press submit again

As a coordinator, you need to tally the poll results and publish them using CDN (see `NEXT_PUBLIC_TALLY_URL` env variable). See [maci docs](https://maci.pse.dev/docs/integrating#poll-finalization) for more information.

:::info
Please be advised that due to the block gas limit for most EVM networks, the number of votes that can be sent in one batch has been limited to 50. The effort to increase the limit is tracked [here](https://github.com/privacy-scaling-explorations/maci-platform/issues/31). For a list of supported networks and maximum number of votes per batch, please refer to [MACI docs](https://maci.pse.dev/docs/developers-references/smart-contracts/SupportedNetworks).
:::
Loading