Conversation
guipublic
left a comment
There was a problem hiding this comment.
Before switching to the new acvm, we should first:
merge current PRs that modify acvm
review the new acvm changes
update the new acvm with the internal acvm
|
|
Now that I have that native backend building on Mac, I tried to see debug the CI problems locally and none of them appear when I run |
|
I had not updated the lockfile, so I tried doing that. It still points at some acir and acvm github references (assumed from the dep graph) |
82da10f to
7c879ca
Compare
|
Replaced by #647 |
Related issue(s)
Resolves #596
Description
Summary of changes
This PR swaps out the
avcmdependency from the noir-lang/noir repo for the v0.1.0 version published on crates.io - The 0.1.0 version should be compatible with the current version of noir, but it is published from a separate repository.Dependency additions / changes
The published
acvmcrate.Test additions / changes
N/A
Checklist
cargo fmtwith default settings.Additional context
This PR is needed in combination with noir-lang/acvm-backend-barretenberg#36 to successfully install nargo with a completely fresh clone.