Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require that row is enabled for non-poseidon lookups #92

Closed
wants to merge 4 commits into from

Conversation

z2trillion
Copy link
Contributor

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.

@z2trillion z2trillion closed this Nov 6, 2023
@z2trillion z2trillion deleted the fix/lookups_enabled branch November 6, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant