simple_shield
simple_shield copied to clipboard
Error: Expected argument `nullifierHash`, but none was found
Hey @vezenovm. I am working through the README and when I try nargo prove p
or nargo verify p
I see the following error:
Error: Expected argument `nullifierHash`, but none was found
Should this work out of the box or do I need to generate it somehow?
Also, unrelated, but just as an fyi, I am working through updating this to work with the latest versions of Noir
Should this work out of the box or do I need to generate it somehow?
Ah this is a bug. I updated the circuits to take in a nullifierHash
input, but I forgot to update the Prover.toml files as I was mainly working in TS the last time I updated this repo. You can see me using the nullifierHash
here in the TS. If you just print one of the example outputs from the TS test you should be able to update the Prover.toml to take in the correct ABI.
Also, unrelated, but just as an fyi, I am working through updating this to work with the latest versions of Noir
Awesome thank you much appreciated :)! I have been meaning to do so as well but haven't had the chance to get around to it.
still running into errors with this--i can't even get the test running, likely because of the state of the noir npm packages.
they should be in a better place toward the end of the month, so I will revisit around then