fix: minimize verifier contact-data retention on current main - #206
Merged
Conversation
This was referenced Aug 27, 2026
mergemaven11
force-pushed
the
fix/verifier-data-lifecycle-187-current-main
branch
from
August 27, 2026 20:48
cc1fcf5 to
2aefef2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #187.
Supersedes stale draft PR #194. This replacement reapplies the verifier privacy lifecycle work directly onto current protected
mainand fixes the CI-discovered migration regressions without weakening retention behavior.What changed
receipt_verification_requestsrecords instead of Impact Receipt confirmation arrays.CI regressions addressed
The old PR initially passed 166/167 backend tests; its sole failure was a timezone-aware vs timezone-naive UTC assertion. After correcting that assertion, CI exposed a real idempotence defect: the second migration run treated intentionally removed legacy contact fields as missing source data. The migration now validates the separate active request record and preserves the minimized confirmation on repeat runs.
A subsequent Frontend CI failure was isolated to the existing full-page Chrome target-detach race in the real-click audit, not this privacy change. That blocker was fixed and merged independently in #207 after Backend, Frontend, and Security CI passed on its exact head. This branch is now refreshed onto the #207
main; its current exact head must independently pass all required checks before merge.Merge gate
Merge only if Backend CI, Frontend CI, and Security CI are green on this exact current head, the PR remains current/mergeable, and review threads are resolved.