This repository was archived by the owner on Oct 31, 2023. It is now read-only.
fix static lib + verify proof w/ public inputs#19
Merged
kevaundray merged 8 commits intokw/separate-systemsfrom Nov 22, 2022
Merged
fix static lib + verify proof w/ public inputs#19kevaundray merged 8 commits intokw/separate-systemsfrom
kevaundray merged 8 commits intokw/separate-systemsfrom
Conversation
… its own crate separate from wasm
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes the imports used by the
barretenberg_static_libnow that it has been migrated to its own crate. The errors from issue #18 are resolved in this aztec-connect PR. This enabled further fixing of the static lib here.Going to push changes to
barretenberg_wasmcrate as well so that it no longer usescomposer__verify_proof_with_public_inputswhich is causing errors.Most of these file additions are due to the
Cargo.lockbeing updated inbarretenberg_static_libwhen I added a crate to theCargo.toml.