Closed ed255 closed 5 months ago
Attention: Patch coverage is 90.56604%
with 25 lines
in your changes missing coverage. Please review.
Project coverage is 82.28%. Comparing base (
80e69b9
) to head (5750849
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
halo2_middleware/src/circuit.rs | 56.25% | 14 Missing :warning: |
halo2_debug/src/display.rs | 97.27% | 6 Missing :warning: |
halo2_backend/src/plonk/circuit.rs | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
NOTE: I just saw this #345 we'll have to converge into the same name 😄
Renamed to halo2_debug
https://github.com/privacy-scaling-explorations/halo2/pull/345/commits/0c5481951828698e3e5bc0ba65cd40dde0bab68e
Introduce a
halo2_debug
package that fills the need identified in https://github.com/privacy-scaling-explorations/halo2/issues/343For now it only contains helper types to nicely display prime fields, expressions, lookups and shuffles.
As an example usage I extended the
compress_selectors
tests: https://github.com/privacy-scaling-explorations/halo2/blob/458ad7090eaf28f91e2218297c0f026dc7a12cd8/halo2_proofs/tests/compress_selectors.rs#L465-L476.NOTE: I just saw this https://github.com/privacy-scaling-explorations/halo2/pull/345 we'll have to converge into the same name :smile: