Open Issues Need Help
View All on GitHub Clean boilerplate code in the PG recursive verifier tests about 1 month ago
good first issue nice-to-have cleanup
Refactor the C++ side of solidity verifier testing about 1 month ago
good first issue nice-to-have cleanup
chore: remove `RelationUtils::scale_and_batch_elements` method triggered when `IsFoldingFlavor` == false 4 months ago
AI Summary: The task involves refactoring the Barretenberg library's `RelationUtils` class. Specifically, it requires removing the `scale_and_batch_elements` method when the `IsFoldingFlavor` flag is false and modifying the `RelationSeparator` to be an array, populating it before the Sumcheck to avoid branching and potential bugs. This improves code clarity and robustness.
Complexity:
4/5
good first issue