This repository was archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
feat!: Update to ACVM v0.11.0 #151
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
73d4205
feat!: Rework crate for fallible traits to avoid panic & unwrap
phated a9035f7
Update to acvm 0.11
phated 1425425
implement TryFrom for circuit and bubble errors
phated 24f25ca
split wasm errors into a separate enum and handle transparently
phated fe2679f
try_into for Value
phated e97ae0f
update for rebase
phated ee74e1f
fixing rebase problems
phated fc01938
Remove keccak code added before acvm v0.11.0
phated 643f32c
issues with rebase
phated cdb7ed2
tryfrom all the things
phated 7ed2f17
move todos
phated d7c7d8a
Move unsafe call
phated 0757356
remove unused error variants
phated 7af612c
testing making bb debug
phated 79089d2
update bb in lockfile
phated be7f3dc
hide error variants
phated 75a23d7
Condense blackbox errors to two variants
phated 8c56b11
Stop trying to combine sig_s and sig_e and then splitting
phated 0aa72de
cspell
phated File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.