From b36898c1e5aad05ff77fdf91f0660055ff428fa9 Mon Sep 17 00:00:00 2001 From: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Date: Thu, 16 May 2024 17:02:19 +0100 Subject: [PATCH] fix: typos workflow --- .github/workflows/config/typos.toml | 4 +++- .github/workflows/typos.yml | 2 +- circuits/circom/core/non-qv/processMessages.circom | 2 +- circuits/circom/core/qv/processMessages.circom | 2 +- website/blog/2023-01-18-maci-v1.1.1.md | 2 +- website/blog/2024-04-10-roadmap-q2.md | 2 +- .../version-v0.x/state-root-transition-circuit.md | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/config/typos.toml b/.github/workflows/config/typos.toml index ff829eb7f3..a651179fb7 100644 --- a/.github/workflows/config/typos.toml +++ b/.github/workflows/config/typos.toml @@ -1,6 +1,8 @@ [default.extend-words] ba = "ba" groth = "groth" +Allo = "Allo" +Buidl = "Buidl" [files] -extend-exclude = ["/**/CHANGELOG.md"] +extend-exclude = ["/**/CHANGELOG.md", "/**/*.svg", "/**/*.excalidraw"] diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index bea7726d5c..0895f44159 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -18,4 +18,4 @@ jobs: - name: Use typos with config file uses: crate-ci/typos@v1.21.0 with: - config: config/typos.toml + config: .github/workflows/config/typos.toml diff --git a/circuits/circom/core/non-qv/processMessages.circom b/circuits/circom/core/non-qv/processMessages.circom index d942e365e0..17b66fd97e 100644 --- a/circuits/circom/core/non-qv/processMessages.circom +++ b/circuits/circom/core/non-qv/processMessages.circom @@ -115,7 +115,7 @@ include "../../trees/incrementalQuinaryTree.circom"; // The index of the last message leaf in the batch to process, exclusive. // This value may be less than batchStartIndex + batchSize if this batch is - // the last batch and the total number of mesages is not a multiple of the batch size. + // the last batch and the total number of messages is not a multiple of the batch size. signal batchEndIndex; // The history of state and ballot roots and temporary intermediate diff --git a/circuits/circom/core/qv/processMessages.circom b/circuits/circom/core/qv/processMessages.circom index e3cd9bb9fb..0c56238f2c 100644 --- a/circuits/circom/core/qv/processMessages.circom +++ b/circuits/circom/core/qv/processMessages.circom @@ -115,7 +115,7 @@ template ProcessMessages( // The index of the last message leaf in the batch to process, exclusive. // This value may be less than batchStartIndex + batchSize if this batch is - // the last batch and the total number of mesages is not a multiple of the batch size. + // the last batch and the total number of messages is not a multiple of the batch size. signal batchEndIndex; // The history of state and ballot roots and temporary intermediate diff --git a/website/blog/2023-01-18-maci-v1.1.1.md b/website/blog/2023-01-18-maci-v1.1.1.md index 84f56187b0..94a25df080 100644 --- a/website/blog/2023-01-18-maci-v1.1.1.md +++ b/website/blog/2023-01-18-maci-v1.1.1.md @@ -37,7 +37,7 @@ For a more detailed description of MACI, please refer to the [v1 technical intro ## Security Audit -MACI was [audited](/audit_reports/202220930_Hashcloak_audit_report.pdf) by HashCloack in the summer of 2022. The audit team discovered certain high risk vulnerabilities, whose fixes were the focus of the MACI team in the past months. +MACI was [audited](/audit_reports/202220930_Hashcloak_audit_report.pdf) by HashCloak in the summer of 2022. The audit team discovered certain high risk vulnerabilities, whose fixes were the focus of the MACI team in the past months. In more details, the audit revealed two high risk issues within the zk-SNARK circuits: diff --git a/website/blog/2024-04-10-roadmap-q2.md b/website/blog/2024-04-10-roadmap-q2.md index a855dacfb2..bdcb27339e 100644 --- a/website/blog/2024-04-10-roadmap-q2.md +++ b/website/blog/2024-04-10-roadmap-q2.md @@ -30,7 +30,7 @@ We completed a significant refactor to simplify the codebase and improve develop ### ✅ Support ETH Latam QF round -We teamed up with [ETH Latam](https://ethlatam.org/) to help them run a QF round using the clr.fund stack (running on MACI v1.2). Over 60 conference attendees participated (using [Zupass](https://zupass.org/) tickets as the gatekeeper to the faucet and round) to distribute over 30,000 DAI to public good projects across Central America and the Carribean - [view the round results](https://qf.ethlatam.org/#/leaderboards/0x86F33909474c0dEf2Cb7F93d2eE0B8aF26112BF6/networks/optimism) and learn more in [ETH Kipu's ETH Latam recap post](https://mirror.xyz/ethlatam.eth/OoDqW3Omy8NbOGosdDQ8XUp_fZjP4sf_s4VHkaPWZXM)! +We teamed up with [ETH Latam](https://ethlatam.org/) to help them run a QF round using the clr.fund stack (running on MACI v1.2). Over 60 conference attendees participated (using [Zupass](https://zupass.org/) tickets as the gatekeeper to the faucet and round) to distribute over 30,000 DAI to public good projects across Central America and the Caribbean - [view the round results](https://qf.ethlatam.org/#/leaderboards/0x86F33909474c0dEf2Cb7F93d2eE0B8aF26112BF6/networks/optimism) and learn more in [ETH Kipu's ETH Latam recap post](https://mirror.xyz/ethlatam.eth/OoDqW3Omy8NbOGosdDQ8XUp_fZjP4sf_s4VHkaPWZXM)! ### ✅ Support ETH Colombia QF round diff --git a/website/versioned_docs/version-v0.x/state-root-transition-circuit.md b/website/versioned_docs/version-v0.x/state-root-transition-circuit.md index 475351167a..4c05bfe498 100644 --- a/website/versioned_docs/version-v0.x/state-root-transition-circuit.md +++ b/website/versioned_docs/version-v0.x/state-root-transition-circuit.md @@ -42,7 +42,7 @@ All private inputs are set by the coordinator. | `command` | The command to process. Includes all the details in the leaf. | | `noOp` | The no-op flag | | `userPubKey` | The public key associated with the private key used to sign the command | -| `encPubKey` | The ephermeral public key used to generate the ECDH shared key which was used to encrypt the command. | +| `encPubKey` | The ephemeral public key used to generate the ECDH shared key which was used to encrypt the command. | | `coordinatorPrivKey` | The coordinator's private key. | For the sake of simplicity, in this specification, we assume that there is no batching of commands and we handle each command one at a time.