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

Make noir-circuits independent of aztec-nr #3589

Closed
Tracked by #3533
LHerskind opened this issue Dec 5, 2023 · 0 comments · Fixed by #3591
Closed
Tracked by #3533

Make noir-circuits independent of aztec-nr #3589

LHerskind opened this issue Dec 5, 2023 · 0 comments · Fixed by #3591
Assignees

Comments

@LHerskind
Copy link
Contributor

LHerskind commented Dec 5, 2023

Constants that are used in the protocol circuits should not be imported from aztec-nr, but instead be directly in the protocol circuits. Then aztec-nr can import it from there as needed.

@github-project-automation github-project-automation bot moved this to Todo in A3 Dec 5, 2023
@LHerskind LHerskind self-assigned this Dec 5, 2023
benesjan pushed a commit that referenced this issue Dec 6, 2023
Fixes #3589 by adding constants to `protocol-circuits` and removing them
from `aztec-nr`. The importing looks a bit clunky after since reexports
of modules did not seem to work in noir #3590.
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant