-
Notifications
You must be signed in to change notification settings - Fork 198
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
Move InnerProductTypes out of base to proof_primitive #232
Comments
JayWhite2357
added
enhancement
New feature or request
refactor
Code cleanup or reorganization
good first issue
Good for newcomers
and removed
enhancement
New feature or request
good first issue
Good for newcomers
labels
Oct 8, 2024
/bounty $50 |
💎 $50 bounty • Space and TimeSteps to solve:
Thank you for contributing to spaceandtimelabs/sxt-proof-of-sql! Add a bounty • Share on socials
|
/attempt #232 Just waiting the issue #230 to be completed
|
/attempt #232 Options |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background and Motivation
NOTE: #230 should be completed before this ticket can be done. Additionally, be aware that some of the code changes for this issue are likely to conflict with the code changes in the following issue:
#234
Currently, we have reference to 3 types that we want removed from proof-of-sql/src/base:
Any references to these types should be moved to the proof_primitive directory in its own directory named "inner_product". Ultimately, we are trying to remove all cyclic dependencies caused by these types.
Changes Required
Each of these should be a separate PR.
The text was updated successfully, but these errors were encountered: