Daehyun Paik
Daehyun Paik
Given zkeys could generate a invalid proof(see: https://github.com/appliedzkp/maci/issues/390). Checking if given zkeys are valid to a provisioned `VkRegistry` contract will be useful.
User story: https://github.com/appliedzkp/maci/projects/3#card-81406669 CI action will call coordinator service
User story: https://github.com/appliedzkp/maci/projects/3#card-81406850 Upload a proofs to S3 and publish its link
https://github.com/privacy-scaling-explorations/maci/blob/v1/cli/ts/checkVerifyingKey.ts
Deploying MACI to other networks (e.g. Arbitrum testnet, local hardhat network, ephemeral geth network) succeed, but failed to deploy to goerli network with following error: ``` node build/index.js create --vk-registry...
**Objective:** - Pinpoint tasks or areas in MACI that require immediate attention and can benefit from community contributions. - Encourage active community involvement by clearly defining where their efforts are...
### Context rapidsnark, a C++ tool previously incompatible with macOS ARM64, has been updated to support this architecture. We had switched to a WASM verifier(snarkjs) due to this limitation. ###...
### Objective Our current CI pipeline is tailored exclusively for Ubuntu. This issue proposes extending our CI support to include macOS, ensuring broader compatibility
In `MACI.sol`, `numSignUps` currently includes an additional count unrelated to actual user signups. This discrepancy can lead to confusion regarding the accurate number of user signups Releated issue: https://github.com/privacy-scaling-explorations/maci/issues/947