-
Notifications
You must be signed in to change notification settings - Fork 200
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
chore(nargo): replace aztec_backend
with acvm-backend-barretenberg
#1226
Conversation
aztec_backend
with acvm-backend-barretenberg
aztec_backend
with acvm-backend-barretenberg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should hold this for acvm 10 and the CRS work
Why so? |
I'd be happy to push out 0.10.0 sooner rather than later and bundle that with this update of the backend as there's various changes in this repo which are blocked on that release. CRS updates might be best to wait for another release however. |
I'd be good to push out 0.10.0 and hold off on any interface changes for another release. Updating this repo to reflect 0.10.0 would also make some of my work easier |
Updating this PR to target the ACVM 0.10.0 branch |
* master: chore: address clippy warnings (#1239) chore(ssa refactor): Implement function calls (#1235) chore(ssa refactor): Implement mutable and immutable variables (#1234) chore(ssa refactor): Fix recursive printing of blocks (#1230) feat(noir): added assert keyword (#1227) chore(ssa refactor): Implement ssa-gen for indexing, cast, constrain, if, unary (#1225) feat(noir): added `distinct` keyword (#1219)
Ah, we'll probably want to hold off on this until 0.5.0 is out. |
Would noir-lang/acvm-backend-barretenberg@7f42535 also need to wait for 0.5 ? |
Yeah, we can release that in a 0.5.1 immediately after. |
Okay, seems unavoidable since it was put in after the aztec_backend changes and we don't currently have a good way to patch 0.4 |
Removed the "Resolves issue" from description, these should be checked indivually just incase the issue is not fixed |
Lets push this out and push the CRS work out in another release |
#1226) * chore: replace `aztec_backend` with `acvm-backend-barretenberg` * feat: update to ACVM 0.10.0 * chore: move `ComputeMerkleRoot` to same match arm as `HashToField128Security` * chore: bump backend commit * feat: update stdlib to use new merkle black box function * fix: bump commit of barretenberg to match acvm-backend-barretenberg * feat: update `merkle_insert` to use new `compute_merkle_root` function * chore: update to use ACVM 0.10.3 * chore: bump backend commit
* master: (63 commits) feat(nargo): Remove usage of `CompiledProgram` in CLI code and use separate ABI/bytecode (#1269) feat: add integration tests for bitshift operators (#1272) chore: Replace explicit if-elses with `FieldElement::from<bool>()` for boolean fields (#1266) chore(noir): constrain expr; -> assert(expr); (#1276) chore: fix clippy warning (#1270) chore(ssa refactor): Add all remaining doc comments to ssa generation pass (#1256) chore(noir): Release 0.5.1 (#1264) fix: Add Poseidon examples into integration tests (#1257) chore(nargo): replace `aztec_backend` with `acvm-backend-barretenberg` (#1226) chore(noir): Release 0.5.0 (#1202) chore(ci): Utilize new workflow to build binaries (#1250) chore(ssa refactor): Fix loading from mutable parameters (#1248) fix(wasm): add std after dependencies (#1245) chore(ssa refactor): Fix no returns & duplicate main (#1243) chore(ssa refactor): Implement intrinsics (#1241) chore(ssa refactor): Implement first-class functions (#1238) chore: address clippy warnings (#1239) chore(ssa refactor): Implement function calls (#1235) chore(ssa refactor): Implement mutable and immutable variables (#1234) chore(ssa refactor): Fix recursive printing of blocks (#1230) ...
Related issue(s)
Description
Summary of changes
This PR updates the backend commit to use the new
acvm-backend-barretenberg
package rather than the two separateaztec_backend
packages.Dependency additions / changes
Updated backend commit to noir-lang/acvm-backend-barretenberg@ba1d0d6
Test additions / changes
Checklist
cargo fmt
with default settings.Documentation needs
Additional context
BEGIN_COMMIT_OVERRIDE
chore(nargo): replace aztec_backend with acvm-backend-barretenberg (#1226)
fix: fix
linear_eval is no 0
serialisation issue (#1226)END_COMMIT_OVERRIDE