From a8666436ea033f447df56cae1ce4fa3bbf8e10a7 Mon Sep 17 00:00:00 2001 From: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:15:55 +0100 Subject: [PATCH] docs: add maci/ux limitations --- docs/02_adding_projects.md | 4 ++++ docs/04_voting.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/02_adding_projects.md b/docs/02_adding_projects.md index b9f08ab8..d18b3c3f 100644 --- a/docs/02_adding_projects.md +++ b/docs/02_adding_projects.md @@ -29,3 +29,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 [](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. +::: diff --git a/docs/04_voting.md b/docs/04_voting.md index 8afdd022..2ea5b1e1 100644 --- a/docs/04_voting.md +++ b/docs/04_voting.md @@ -12,3 +12,7 @@ Once applications have been approved and the voters' addresses have been added, You can also export your ballot as a CSV to import into Excel where you can make changes and later export as a CSV. This CSV file can then be imported and replace your ballot. 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-rpgf/issues/31). +:::