This repository was archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
feat(acvm)!: Encapsulate internal state of ACVM within a struct #384
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
51a098e
chore!: remove deprecated `Oracle` opcode
TomAFrench 502109e
chore: rename `PartialWitnessGeneratorStatus::RequiresOracleData` to …
TomAFrench 15eec9d
Update acvm/src/pwg/mod.rs
TomAFrench 7cf72b4
chore: cleanup unwanted test case
TomAFrench f241b6c
chore: replace expect strings
TomAFrench 49679a2
Merge branch 'master' into remove-oracles
TomAFrench 9dfa2d0
Merge branch 'master' into remove-oracles
TomAFrench f807299
feat: attach backend implementation to `ACVM` struct
TomAFrench 90a8439
feat: track state of `Blocks` internally inside ACVM
TomAFrench 9b3a4d8
feat: pass ownership over witness map to ACVM
TomAFrench e19745d
chore: maintain list of unsolved opcodes internally
TomAFrench c6a2a4c
Merge branch 'master' into remove-oracles
TomAFrench cbc8fc0
Merge branch 'remove-oracles' into acvm-struct
TomAFrench 5a809ec
feat: track pending foreign calls inside ACVM struct
TomAFrench ae4ffaf
chore: add temporary method to fix integration test
TomAFrench 2459da0
chore: clippy
TomAFrench a05a875
chore: update stale comments
TomAFrench 3e4987f
chore: fix handling of foreign calls
TomAFrench ac46f26
chore: add comment on `std::mem:swap` relocation
TomAFrench 8b9e6e3
chore: track `BlockSolver` state in `ACVM` directly
TomAFrench aade0c8
Merge branch 'master' into acvm-struct
TomAFrench dbc4945
chore: add method to get slice of unresolved opcodes
TomAFrench ee47276
chore: add a test for ACVM tracking opcodes across foreign calls corr…
TomAFrench 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
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.