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

Remove modifiers from proof verification functions #164

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

cedoor
Copy link
Member

@cedoor cedoor commented Nov 9, 2022

Description

This PR removes the onlyCoordinator and onlyEditor modifiers from the extension contracts' functions to verify Semaphore proofs, which are actually unnecessary. Anyone can then call those functions.

Related Issue

Closes #155

Does this introduce a breaking change?

  • Yes
  • No

@cedoor cedoor added the refactoring ♻️ A code change that neither fixes a bug nor adds a feature label Nov 9, 2022
@cedoor cedoor added this to the Semaphore-protocol v3 milestone Nov 9, 2022
@cedoor cedoor self-assigned this Nov 9, 2022
@cedoor cedoor linked an issue Nov 9, 2022 that may be closed by this pull request
@cedoor cedoor merged commit ba14954 into dev Nov 9, 2022
@cedoor cedoor deleted the refactor/extension-contracts branch November 9, 2022 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring ♻️ A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make proof verification open in extension contracts
1 participant