worldcoin / world-id-contracts

Internal use. Smart contracts powering the World ID protocol and the Worldcoin app airdrops.
MIT License
113 stars 31 forks source link

Add `deleteIdentities` function #120

Closed Dzejkop closed 1 year ago

Dzejkop commented 1 year ago

WorldIdIdentityManager should support deleting identities.

This change includes:

  1. [ ] Adding a lookup table for deletion batches & deletion verifiers
  2. [ ] Adding a method to delete identities

This will be a versioned change to the id manager.