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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Describe the bug
Some note methods throw an error related to secret length for Circom notes, dApp uses generateCircomCommitment function, getLeafCommitment, and getUtxo should throw a typed error instead of failing To Reproduce
Steps to reproduce the behavior:
Try to call getUtxo or getLeafCommitment method of Note
Expected behavior
Should throw a typed error EX(Can't generate a leaf commitment of Circom note)
Describe the bug
Some note methods throw an error related to secret length for Circom notes, dApp uses
generateCircomCommitmentfunction,getLeafCommitment, andgetUtxoshould throw a typed error instead of failingTo Reproduce
Steps to reproduce the behavior:
Try to call
getUtxoorgetLeafCommitmentmethod ofNoteExpected behavior
Should throw a typed error EX(Can't generate a leaf commitment of Circom note)