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 has been archived by the owner on Apr 9, 2024. It is now read-only.
Problem
Currently, the check membership opcode will compute the merkle root and then add an Eq constraint. The Eq constraint can be computed in Noir.
Solution
Change CheckMembership Opcode to MerkleComputeRoot instead.
Alternatives considered
(Describe any alternative solutions you have considered.)
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered: