From 00bb48661c0f0d0ed69ef9181cc3d912f1a4a8f0 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:57:56 +0300 Subject: [PATCH 1/3] Typo Update 03_register.md Typo and awkward phrasing: It should be "wearing a hat with a certain ID." Corrected version: "Those who are wearing a hat with a certain ID could register." Corrected. --- docs/03_register.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03_register.md b/docs/03_register.md index 2deef1ce..5b674c0a 100644 --- a/docs/03_register.md +++ b/docs/03_register.md @@ -29,4 +29,4 @@ As long as you belong to a specific semaphore group can register. ## Hats -Those who are wearing hat with certain id could register. +Those who are wearing a hat with a certain ID could register. From 37176133aa53120299c70ae16434ef1916476df9 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:59:44 +0300 Subject: [PATCH 2/3] Typo Update 04_voting.md "could" is incorrect here; it should be "can" for consistency and clarity. Corrected. --- docs/04_voting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04_voting.md b/docs/04_voting.md index e46e4aaa..a933b466 100644 --- a/docs/04_voting.md +++ b/docs/04_voting.md @@ -4,7 +4,7 @@ Once applications have been approved and the voters' addresses have been added, - Navigate to https://maci-platform.vercel.app/signup - Click `Join` button to signup and wait for transaction confirmation -- After signing up, you could navigate to https://maci-platform.vercel.app/projects and click the `Add` button on the project card or add your vote amount in the project details page (https://maci-platform.vercel.app/projects/:projectId) +- After signing up, you can navigate to https://maci-platform.vercel.app/projects and click the `Add` button on the project card or add your vote amount in the project details page (https://maci-platform.vercel.app/projects/:projectId) - Click `Ballot` on the navbar to navigate to the ballot page (https://maci-platform.vercel.app/ballot) - Adjust the allocation - Click `Submit` and send the transaction From f251949f7c4574af419c0d81ab56700ce563f322 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:02:48 +0300 Subject: [PATCH 3/3] Grammar Update 06_maci_troubleshooting.md "already used to registered before" Grammar: The phrase "used to registered" should be "used to register." Corrected version: "The provided attestation is already used to register before." Corrected. --- docs/06_maci_troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06_maci_troubleshooting.md b/docs/06_maci_troubleshooting.md index 5f8b749b..3cf6cdd7 100644 --- a/docs/06_maci_troubleshooting.md +++ b/docs/06_maci_troubleshooting.md @@ -9,7 +9,7 @@ Below are error codes and their related contract errors. | `0xf5ee9a14` | MACI: PoseidonHashLibrariesNotLinked() | The poseidon contracts are not linked to the MACI deployment factory, or the linked poseidon contracts are not working correctly. | | `0x79fae7af` | MACI: InvalidPubKey() | The generated MACI keypair is not on the curve, try to update the dependencies and re-generate one. | | `0xcd74a32b` | EASGatekeeper: AttesterNotTrusted() | The attestation submitted to the contract is not given by the trusted address registered to the contract. Make sure you deploy the EASGatekeeper contract with correct attester, or ask for an attestation from that attester. | -| `0xbff3c451` | EASGatekeeper: AlreadyRegistered() | The provided attestation is already used to registered before. | +| `0xbff3c451` | EASGatekeeper: AlreadyRegistered() | The provided attestation is already used to register before. | ## Sign up revert