-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Increase code reuse in hashchain and tree (#146)
* fix: correct default value when checking for revoked keys * fix: correct error message for account deletion * refactor: remove unused iter methods * refactor: Replace hashchain's create_account with from_operation * refactor: Replace hashchain's register_service with from_operation * refactor: correct name for variables of type VerifyingKey * refactor: use a single way of adding operations to a hashchain * refactor: avoid duplicate signature verification when creating account * refactor: better naming for some funcs and vars * fix: no newlines in error messages * fix: re-add missing debug log * fix: unbox update proofs after rebasing onto main * chore: Incorporate changes in zkvm elf
- Loading branch information
Showing
4 changed files
with
111 additions
and
277 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
Oops, something went wrong.