Open stuarttimwhite opened 1 month ago
/bounty $50
/attempt #232
with your implementation plan. Note: we will only assign an issue if you include an implementation plan with a time estimate. Additionally, to be assigned an issue, you must have previously contributed to the project. You can still work on an issue and submit a PR without being assigned./claim #232
in the PR body to claim the bountyThank you for contributing to spaceandtimelabs/sxt-proof-of-sql!
Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🟢 @varshith257 | Oct 12, 2024, 8:24:26 AM | WIP |
/attempt #232
Just waiting the issue #230 to be completed
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@varshith257 | 15 bounties from 7 projects | Go, Scala, TypeScript & more |
Cancel attempt |
Background and Motivation
NOTE: https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/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: https://github.com/spaceandtimelabs/sxt-proof-of-sql/issues/234
Currently, we have reference to 3 types that we want removed from proof-of-sql/src/base:
InnerProductProof
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.