You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: