This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Update to ACVM v0.11.0 (#151)
* feat!: Rework crate for fallible traits to avoid panic & unwrap * Update to acvm 0.11 * implement TryFrom for circuit and bubble errors * split wasm errors into a separate enum and handle transparently * try_into for Value * update for rebase * fixing rebase problems * Remove keccak code added before acvm v0.11.0 * issues with rebase * tryfrom all the things * move todos * Move unsafe call * remove unused error variants * testing making bb debug * update bb in lockfile * hide error variants * Condense blackbox errors to two variants * Stop trying to combine sig_s and sig_e and then splitting * cspell
- Loading branch information
Showing
16 changed files
with
746 additions
and
515 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ | |
"nixpkgs", | ||
"envrc", | ||
"subshell", | ||
"thiserror", | ||
// In Solidity | ||
// | ||
"addmod", | ||
|
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.