Skip to content
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

Save Noir ABI to disk #897

Closed
joss-aztec opened this issue Feb 22, 2023 · 1 comment · Fixed by #922
Closed

Save Noir ABI to disk #897

joss-aztec opened this issue Feb 22, 2023 · 1 comment · Fixed by #922
Labels
enhancement New feature or request

Comments

@joss-aztec
Copy link
Contributor

Problem

It is not convenient to arrange the initial witness for a precompiled ACIR. At present, the Noir ABI is recompiled from source and held in memory for all nargo commands that require it.

Solution

Save the Noir ABI to disk when compiling from source, such that it can be used as a resource in a dApp. (Whether it is saved as a separate resource or incorporated into another is up for discussion.)

Alternatives considered

None, access to the Noir ABI is a must have for any sort of e2e system.

@joss-aztec joss-aztec added the enhancement New feature or request label Feb 22, 2023
@TomAFrench
Copy link
Member

Following discussion in slack, this will be bundled along with the acir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants