chore: version packages - #2096
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
f3fd538 to
e7d9c45
Compare
e7d9c45 to
b9f408e
Compare
b9f408e to
abe7d72
Compare
abe7d72 to
5814db4
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5814db462c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
5814db4 to
afb1645
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: afb1645dd3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
afb1645 to
6e13eb7
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
@anticapture/[email protected]
Patch Changes
ff22247Thanks @brunod-e! - Address PR review findings: keep the optimistic off-chain tally applied untilthe replacement vote is actually indexed (and poll for it), drop optimistic
scores for ranked/quadratic ballots whose tally can't be predicted locally, use
Snapshot's
scores_totalas the turnout denominator for approval winners, stopoffering "Change vote" once voting has closed, render ENS avatars unoptimized so
arbitrary avatar hosts still load, align the validation metrics' activity day
with Authful's UTC usage buckets, drop retained daily figures at the day
boundary, and stop requiring
USER_API_METRICS_TOKENat boot.@anticapture/[email protected]
Patch Changes
#2093
a8ff095Thanks @pikonha! - Stop the proposal and vote sync streams from dropping rows at a page boundary that falls inside acreatedsecond. Both queries now filter withcreated_gte(writes upsert, so re-reading the boundary is idempotent) and page deeper withskipwhen a whole page lands on one second — the only case where the cursor cannot advance without losing rows. The four copies of that pagination logic now share one helper.#2084
36c4f58Thanks @brunod-e! - Keep paginating through same-second bursts when re-reading Snapshot proposals and votes: a page that lands entirely on onecreatedsecond now advances withskipinstead of stepping to the next second, which silently dropped every row past the first page — leaving revealed Shutter votes stuck with their encrypted choices.@anticapture/[email protected]
Patch Changes
ff22247Thanks @brunod-e! - Address PR review findings: keep the optimistic off-chain tally applied untilthe replacement vote is actually indexed (and poll for it), drop optimistic
scores for ranked/quadratic ballots whose tally can't be predicted locally, use
Snapshot's
scores_totalas the turnout denominator for approval winners, stopoffering "Change vote" once voting has closed, render ENS avatars unoptimized so
arbitrary avatar hosts still load, align the validation metrics' activity day
with Authful's UTC usage buckets, drop retained daily figures at the day
boundary, and stop requiring
USER_API_METRICS_TOKENat boot.