Skip to content
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

added Zupass User Registry #727

Merged

Conversation

crisgarner
Copy link
Contributor

No description provided.

@yuetloo
Copy link
Collaborator

yuetloo commented Mar 2, 2024

@crisgarner thank you for the PR.

@yuetloo yuetloo merged commit 4f10f43 into clrfund:develop Mar 2, 2024
@samajammin samajammin deleted the feat/zupass-registry branch March 5, 2024 15:01
/**
* @dev A simple user registry managed by a trusted entity.
*/
contract ZupassUserRegistry is Ownable, IUserRegistry {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick but I'd say SemaphoreUserRegistry would be more fitting for what this registry does

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick but I'd say SemaphoreUserRegistry would be more fitting for what this registry does

I'm happy to change the name to SemaphoreUserRegistry. This just means that the registry can be used to integrate with any system that can generate a unique semaphore id, not just by Zupass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants