-
Notifications
You must be signed in to change notification settings - Fork 283
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
bb
should expose a command to query the language being used.
#1923
Labels
C-bb.js
Component: bb.js - wrapping bberg in js
Comments
5 tasks
kevaundray
added a commit
that referenced
this issue
Sep 5, 2023
Resolves #1922 Resolves #1923 # 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). --------- Co-authored-by: Tom French <[email protected]>
codygunton
pushed a commit
that referenced
this issue
Jan 23, 2024
Revert "Revert "Verification Key changes (#1695)""
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ACVM needs to know the language being used by the backend in order to tailor the ACIR to it.
https://github.com/noir-lang/acvm/blob/cfd8cbf58307511ac0cc9106c299695c2ca779de/acvm/src/compiler/mod.rs#L111-L126
bb
then needs to be able to communicate this to Nargo.The text was updated successfully, but these errors were encountered: