Complete proxy vote deduplication and preserve queued vote IDs#1530
Merged
Conversation
BenCodez
force-pushed
the
agent/consolidate-proxy-vote-dedup
branch
from
July 19, 2026 19:29
698a9d0 to
7f4a576
Compare
BenCodez
force-pushed
the
agent/consolidate-proxy-vote-dedup
branch
2 times, most recently
from
July 19, 2026 19:35
c237059 to
44277a3
Compare
BenCodez
force-pushed
the
agent/consolidate-proxy-vote-dedup
branch
from
July 19, 2026 19:38
44277a3 to
4ee7af2
Compare
BenCodez
marked this pull request as ready for review
July 19, 2026 19:42
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.
Summary
voteIdwithout relying on vote delayVoteIdwhile retaining compatibility with legacyVoteIDvoteIdSQL column using a database-compatible probe-and-migrate pathWhy
PRs #1528 and #1529 were stacked on intermediate feature branches. Merging them did not put their net changes onto
master. This consolidation PR sits directly on currentmasterand contains the remaining work after #1527.Impact
Duplicate proxy deliveries with the same explicit vote ID are rejected before caching, and delayed votes retain the same identity when later processed. Legacy cache and queue records continue to load.
Validation
The branch is one commit directly ahead of current
master, is automatically mergeable, and includes focused JUnit regression tests. GitHub Actions reruns after each force-update to verify the final squashed commit.