Closed ed255 closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.64%. Comparing base (
445d1da
) to head (eaaefe1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
halo2_proofs
was importinghalo2_frontend
with the default features, so there was no way to disablelookup-any-sanity-checks
when usinghalo2_proofs
.Now
halo2_proofs
importshalo2_frontend
without default features, and the dependencies features are completely controlled by the user via thehalo2_proofs
features. I did the same forhalo2_backend
to achieve the same level of control.