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

Extend compiler version compatibility #8

Closed
wants to merge 1 commit into from
Closed

Extend compiler version compatibility #8

wants to merge 1 commit into from

Conversation

Savio-Sou
Copy link
Contributor

@Savio-Sou Savio-Sou commented Dec 15, 2023

As of Noir v0.19.0, compiler_version is now enforced.

This PR changes he compiler_version supported to >=0.10.0, which eases users that would like to import the library and use if with newer Noir versions.

Not very rigorously but depth_8_storage_proof was tested to run successfully on Noir v0.21.0 locally with the change.

It was nargo checkable but not executable. Requires syntax updates on logic that e.g. relies on overflows (which is now forbidden by default). Closing this PR for now.

@Savio-Sou Savio-Sou closed this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant