Skip to content

Commit

Permalink
chore!: update to acvm 0.24.0 (#1925)
Browse files Browse the repository at this point in the history
This updates the serialization to be compatible with ACVM 0.24.0


# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [ ] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
kevaundray authored and AztecBot committed Sep 1, 2023
1 parent cd0ff0e commit 5d8db8e
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 283 deletions.
4 changes: 2 additions & 2 deletions acir_tests/run_acir_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

BB=$PWD/${BB:-../cpp/build/bin/bb}
CRS_PATH=~/.bb-crs
BRANCH=master
BRANCH=kw/acvm-0-24

# Pull down the test vectors from the noir repo, if we don't have the folder already.
if [ ! -d acir_tests ]; then
Expand All @@ -29,7 +29,7 @@ fi
cd acir_tests

# Convert them to array
skip_array=(diamond_deps_0 workspace workspace_default_member)
skip_array=(diamond_deps_0 workspace workspace_default_member double_verify_proof)

function test() {
echo -n "Testing $1... "
Expand Down
Loading

0 comments on commit 5d8db8e

Please sign in to comment.