-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
feat(merkleroot-gatekeeper): adds a gatekeeper that uses merkle tree #1821
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Dismissed
Show dismissed
Hide dismissed
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Fixed
Show resolved
Hide resolved
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Dismissed
Show dismissed
Hide dismissed
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Dismissed
Show dismissed
Hide dismissed
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Dismissed
Show dismissed
Hide dismissed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, left some comments
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Fixed
Show resolved
Hide resolved
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Outdated
Show resolved
Hide resolved
packages/contracts/contracts/gatekeepers/MerkleProofGatekeeper.sol
Outdated
Show resolved
Hide resolved
d78d663
to
5190955
Compare
5190955
to
f7fdba7
Compare
Thanks! added the fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Description
A gatekeeper contract which allows users to sign up to MACI only if they are part of the tree
Confirmation