private-attribution / ipa

A raw implementation of Interoperable Private Attribution
MIT License
41 stars 23 forks source link

Updates to malicious validation batcher #1234

Closed andyleiserson closed 1 week ago

andyleiserson commented 3 weeks ago

Some of these changes are general improvements, and some will be needed to use the batcher for DZKPs (currently the DZKP validator inlines an early version of the batcher from before it was refactored into a separate file -- this will be addressed in a later change).

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 97.56098% with 8 lines in your changes missing coverage. Please review.

Project coverage is 92.77%. Comparing base (77ac0b0) to head (200604c). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ipa-core/src/protocol/context/batcher.rs 97.48% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1234 +/- ## ========================================== + Coverage 92.73% 92.77% +0.04% ========================================== Files 200 200 Lines 31486 31764 +278 ========================================== + Hits 29197 29470 +273 - Misses 2289 2294 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.