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

refactor: move proof pieces used by ProofExprs and ProofPlans to proof_gadgets #433

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

iajoiner
Copy link
Contributor

Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.

Please go through the following checklist

Rationale for this change

Bitwise verification, sign checks, range checks, subset checks, uniqueness checks etc are building blocks of ProofExprs and ProofPlans but are not themselves either. Hence we would like to put them in a separate proof_gadgets directory.

What changes are included in this PR?

Move bitwise verification, sign checks & range checks to proof_gadgets

Are these changes tested?

Existing tests do pass

@iajoiner iajoiner requested a review from Dustin-Ray December 13, 2024 21:53
@iajoiner iajoiner enabled auto-merge December 14, 2024 23:35
@iajoiner iajoiner force-pushed the refactor/gadgets branch 3 times, most recently from dc0cdf3 to 2e81a48 Compare December 16, 2024 21:35
Copy link
Contributor

@Dustin-Ray Dustin-Ray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thanks for doing this

@iajoiner iajoiner merged commit 098f671 into main Dec 16, 2024
12 checks passed
Copy link

🎉 This PR is included in version 0.63.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants