Skip to content

Commit

Permalink
feat!: change backend width to 4 (AztecProtocol/aztec-packages#5374)
Browse files Browse the repository at this point in the history
This is a breaking change because it will change the acir opcode
compiled by Noir. If they are not updated, proving and verification will
fail.

---------

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
  • Loading branch information
AztecBot and TomAFrench committed Apr 16, 2024
1 parent 5b352d6 commit 8165f0a
Show file tree
Hide file tree
Showing 129 changed files with 1,157 additions and 2,789 deletions.
2 changes: 1 addition & 1 deletion .aztec-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1dfbe7bc3bf3c455d8fb6c8b5fe6a96c1edf7af9
3f24fc2cdb56eff6da6e47062d2a2a3dc0fa4bd2
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 8165f0a

Please sign in to comment.