Skip to content

Commit

Permalink
chore: Use BrilligCall for unconstrained main and update AVM transpil…
Browse files Browse the repository at this point in the history
…er (AztecProtocol/aztec-packages#5797)

A follow-up to AztecProtocol/aztec-packages#5737

Separate PR as this touches mainly the AVM transpiler and not Noir
codegen itself. Look in PR #5737 for full details about the switch, but
basically we are moving away from the `Brillig` opcode to a
`BrilligCall` opcode that contains a Brillig call opcode. The AVM needs
to be updated to account for this change.
  • Loading branch information
AztecBot committed Apr 16, 2024
1 parent 5b352d6 commit 8314554
Show file tree
Hide file tree
Showing 138 changed files with 1,774 additions and 2,875 deletions.
2 changes: 1 addition & 1 deletion .aztec-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1dfbe7bc3bf3c455d8fb6c8b5fe6a96c1edf7af9
3fb94c0cd5ffba20a99b97c0088ae5ef357c205d
132 changes: 18 additions & 114 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions acvm-repo/acir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ thiserror.workspace = true
flate2.workspace = true
bincode.workspace = true
base64.workspace = true
serde-big-array = "0.5.1"

[dev-dependencies]
serde_json = "1.0"
Expand Down
Loading

0 comments on commit 8314554

Please sign in to comment.