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

create WorldIDIdentityManagerImplV2 to add support for deleteIdentities #126

Merged
merged 21 commits into from
Sep 7, 2023

Conversation

dcbuild3r
Copy link
Collaborator

@dcbuild3r dcbuild3r commented Aug 24, 2023

Targets issue #120.

This change includes:

  1. Adding a lookup table for deletion verifiers
  2. Adding a method to delete identities
  3. Add tests for deletion logic
  4. Remove V1 methods pertaining to built-in state bridge logic

@dcbuild3r dcbuild3r self-assigned this Aug 24, 2023
@dcbuild3r dcbuild3r added the enhancement New feature or request label Aug 24, 2023
@dcbuild3r dcbuild3r linked an issue Aug 24, 2023 that may be closed by this pull request
2 tasks
dcbuild3r and others added 11 commits August 24, 2023 21:23
tests compile, however missing ImplV2 tests for init, uninit and deletionVerifier logic
missing two tests which require the real gnark circuit, pending
tests are still broken
@dcbuild3r dcbuild3r marked this pull request as ready for review September 7, 2023 10:20
@dcbuild3r dcbuild3r merged commit 68c9569 into main Sep 7, 2023
1 check passed
@dcbuild3r dcbuild3r deleted the dcbuild3r/add-delete-identities branch September 7, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add deleteIdentities function
3 participants