We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BigInt(0)
Check that there are no BigInt(0) members when adding members in the Group class.
https://github.com/semaphore-protocol/semaphore/blob/main/packages/group/src/group.ts
The text was updated successfully, but these errors were encountered:
fix(group): add checks for removed members
65f825c
re #717
1c42ab3
refactor(group): remove check on generateMerkleProof function
0014365
Contracts actually need devs to generate a Merkle proof of a removed member. re #717
ea21454
re #717 Former-commit-id: 1c42ab3
2b7dbf3
Contracts actually need devs to generate a Merkle proof of a removed member. re #717 Former-commit-id: 0014365
cedoor
Successfully merging a pull request may close this issue.
Description
Check that there are no
BigInt(0)
members when adding members in the Group class.https://github.com/semaphore-protocol/semaphore/blob/main/packages/group/src/group.ts
The text was updated successfully, but these errors were encountered: