-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sp1): hashchain signature verification in sp1 circuit (#125)
* feat: start impl hashchain verification progress * sequencer tests * start implementing signature verification for add and revoke * fix: imports * fixing * fixing sequencer * maybe worst code of my life, but signature verification works, two test still to fix tho * use treestate in all tests, start splitting up signature verification logic * fix nova tests, refactor test utils to use accounts directly * wrong account :( * test still fails * fixing signatures * broken but better * deadlock? uwu * friendship cancelled with mutex, rwlock is my new best friend * TREMENDOUS * further cleanups --------- Co-authored-by: sebasti810 <[email protected]>
- Loading branch information
1 parent
7482345
commit 9bfcaf6
Showing
26 changed files
with
1,231 additions
and
986 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.