-
Notifications
You must be signed in to change notification settings - Fork 599
feat!: Acir call opcode #4773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat!: Acir call opcode #4773
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
71998b8
call opcode and serialization
vezenovm d081ecc
uncomment serde in test:
vezenovm a70156e
Merge branch 'master' into mv/acir-call-opcode
vezenovm dcb6d9e
pass noir fmt and clippy
vezenovm d822483
Merge branch 'master' into mv/acir-call-opcode
vezenovm 2376e16
fixup call comments
vezenovm 10195f3
resovle merge conflcits w/ master'
vezenovm 0792a08
cargo fmt
vezenovm 9be6881
Merge branch 'master' into mv/acir-call-opcode
vezenovm 4c7f82e
Merge branch 'master' into mv/acir-call-opcode
vezenovm 96a719c
program and witness stack structure and respective serialization
vezenovm 288a7ec
a little cleanup
vezenovm 1f65f18
cargo fmt
vezenovm 0dc8b38
fmt and clippy
vezenovm e602ecd
update avm-transpiler to handle new program structure
vezenovm c3d825d
import correct witness hpp file
vezenovm cd27e74
Merge branch 'master' into mv/acir-call-opcode
vezenovm 695d85e
Merge branch 'mv/acir-call-opcode' into mv/program-wit-stack-serialize
vezenovm e1757fd
serialize Program in acvm_js
vezenovm ba1369e
Merge remote-tracking branch 'origin/mv/program-wit-stack-serialize' …
vezenovm 4c357ac
Merge branch 'master' into mv/acir-call-opcode
vezenovm ad8129b
update public witness methods in acvm_js
vezenovm 1dac703
add necessary clone
vezenovm 14cea93
remove unused import
vezenovm fc7c8b7
updated serialization
vezenovm e45f50d
Merge branch 'mv/acir-call-opcode' into mv/program-wit-stack-serialize
TomAFrench 3ac2c53
Merge branch 'master' into mv/acir-call-opcode
TomAFrench 299d0dd
Merge branch 'mv/acir-call-opcode' into mv/program-wit-stack-serialize
TomAFrench 9ceee33
compress wit correctly in noir js
vezenovm 6d08e8a
change back to pinned bb.js
vezenovm d3b5032
update witness compression test
vezenovm 94b4739
update Dockerfiles
vezenovm c01aa62
switch order of noir tests
vezenovm 2023556
bb js before noir in the config file
vezenovm 3a31504
specify bb.js dep
vezenovm 0b5ab14
remove unnecessary prints
vezenovm babb483
uncomment one e2e test
vezenovm 127e03f
remove old comment and try bootstrap_packages
vezenovm 111089e
yarn inside bb ts
vezenovm 4e361fe
appropriately serialize program for smart contract
vezenovm 6905b96
disable simple_verifier_codegen in aztec_packages native CI
vezenovm 6ddfd30
bring back install playwright for CI
vezenovm 2b1639a
fix simple_verifier_codegen nextest expr
vezenovm a755f8a
and not or
vezenovm 3b2a7e4
passing hardcoded contracts
vezenovm 24749d9
skip recursion in acir tests
vezenovm 5ce2b3e
Merge branch 'master' into mv/acir-call-opcode
vezenovm c6cc631
merge conflicts w/ master
vezenovm d6707ca
Revert "merge conflicts w/ master"
vezenovm 576f092
Merge branch 'master' into mv/acir-call-opcode
vezenovm 9217b4a
Merge branch 'master' into mv/acir-call-opcode
vezenovm 352c335
Merge branch 'master' into mv/acir-call-opcode
vezenovm 88ad6cd
Merge branch 'master' into mv/acir-call-opcode
vezenovm 6177b62
update noir-pacakges to be dependent
vezenovm a094e24
Merge branch 'master' into mv/acir-call-opcode
vezenovm 210569f
Merge branch 'master' into mv/acir-call-opcode
vezenovm db9eac3
Merge branch 'master' into mv/acir-call-opcode
vezenovm 4ee6462
Merge branch 'master' into mv/acir-call-opcode
vezenovm cf7cb11
Merge branch 'master' into mv/acir-call-opcode
vezenovm 61387df
Merge branch 'master' into mv/acir-call-opcode
vezenovm b515cf5
Merge branch 'master' into mv/acir-call-opcode
vezenovm 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
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
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
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
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.