-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create WorldIDIdentityManagerImplV2 to add support for deleteIdentiti…
…es (#126) * init * add logic and fix breaking tests missing new tests and removing all state bridge logic * make ci ignore draft PRs, use latest foundry version * remove state bridge logic * update solidity version * intermediary push * fix tests tests compile, however missing ImplV2 tests for init, uninit and deletionVerifier logic * fix init tests * fix uninit tests * add deletion tests missing two tests which require the real gnark circuit, pending * add deletion circuit tests failing atm * add getters setters tests * add asm keccak * compilation fix tests are still broken * fix test * fix deletion tests * trigger CI * add scoping to avoid breaking test into multiple parts * fix to use bytes calldata instead of uint256[] * update nastpec docs * update nastpec docs --------- Co-authored-by: Marcin Kostrzewa <[email protected]>
- Loading branch information
Showing
56 changed files
with
1,838 additions
and
707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.