Previously, it was possible to satisfy lookups using rows that weren't enabled, meaning that most constraints were not being applied.
This fixes that for non-poseidon lookups.
This problem doesn't apply to poseidon lookups because the q_enable selector column of the poseidon table is part of the poseidon lookup and we check that it is 1.
Previously, it was possible to satisfy lookups using rows that weren't enabled, meaning that most constraints were not being applied.
This fixes that for non-poseidon lookups.
This problem doesn't apply to poseidon lookups because the
q_enable
selector column of the poseidon table is part of the poseidon lookup and we check that it is 1.