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
Currently, there is a call exception happening at the contract level for verifying the off-chain proof submitted from a verified member of a Semaphore group. The verifier smart contract does not seem to pass, even though it seems that the proof is being generated effectively with the right values, and that the member is indeed a valid member of the voting group, so should be able to signal within it.
NOTE: The failure is for sure happening in the _verifyProof() function.
Steps to Reproduce
Upload a stem to a project, not necessary if a project has a populated stem queue already
Cast a vote for that stem in the stem queue, or any stem in any stem queue for that matter
Bug Notes
Currently, there is a call exception happening at the contract level for verifying the off-chain proof submitted from a verified member of a Semaphore group. The verifier smart contract does not seem to pass, even though it seems that the proof is being generated effectively with the right values, and that the member is indeed a valid member of the voting group, so should be able to signal within it.
NOTE: The failure is for sure happening in the
_verifyProof()
function.Steps to Reproduce
References
The text was updated successfully, but these errors were encountered: