We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently; compilation will fail if the user has not included imports to the structures required. The following imports are required:
use aztec::abi; use aztec::abi::{ Hasher, PrivateContextInputs, PublicContextInputs }; use aztec::context::{ PublicContext, PrivateContext };
Compilation fails without this, and should be hidden
The text was updated successfully, but these errors were encountered:
chore(Aztec.nr): remove implicit imports (#1901)
c7d5190
resolves: #1888 Depends on: - noir-lang/noir#2492 - Releasing in this run: - https://github.com/noir-lang/noir/actions/runs/6036078391
New Infura URLS (#1871) (#1888)
ce09454
Successfully merging a pull request may close this issue.
Currently; compilation will fail if the user has not included imports to the structures required. The following imports are required:
Compilation fails without this, and should be hidden
Tracked by #1891
The text was updated successfully, but these errors were encountered: