-
Notifications
You must be signed in to change notification settings - Fork 297
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
barretenberg top-level await fails doesn't match its target #4322
Comments
here's a branch in noir-starter that can be useful to reproduce the error |
@signorecello how do you go about reproducing the error? I did:
Is that the same error you're reporting? |
Having updated to the latest noir-starter commit with caches cleared, Running Is that the error expected? |
Yarn preview should work though 🥲 I’ll have a look |
Recreated with (slightly edited) instructions, looking into this |
Can you look at AztecProtocol/noir-starter#71 @signorecello ? |
@signorecello did AztecProtocol/noir-starter#71 fix the issue? (And if yes, does that mean Noir 0.23.0 is not broken?) |
Correct 👍 |
I'm getting the exact same error using Noir 0.25.0 |
Hi @0x18a6, could you create a new Issue detailing how your error could be reproduced? Thanks! |
barretenberg
top-level await makesNoirJS
break in 0.23.0Gonna expand a bit, this is what I think is happening:
How to reproduce
git clone https://github.com/noir-lang/noir-starter.git
cd noir-starter
git switch zpedro/0.23.0
cd vite-hardhat
yarn
cp .env.example .env
npx hardhat node
In a different terminal, in
noir-starter/vite-hardhat
:yarn install
NETWORK=localhost yarn dev
Error log in terminal
The text was updated successfully, but these errors were encountered: