Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gte-cursor-main-streams.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-votes-same-second.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/pr-2093-review-fixes.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @anticapture/dashboard

## 2.11.1

### Patch Changes

- [#2084](https://github.com/blockful/anticapture/pull/2084) [`ff22247`](https://github.com/blockful/anticapture/commit/ff222472634dd5532d7716067cbbb34f8ad67485) Thanks [@brunod-e](https://github.com/brunod-e)! - Address PR review findings: keep the optimistic off-chain tally applied until
the 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_total` as the turnout denominator for approval winners, stop
offering "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_TOKEN` at boot.

## 2.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/dashboard",
"version": "2.11.0",
"version": "2.11.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
8 changes: 8 additions & 0 deletions apps/offchain-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @anticapture/offchain-indexer

## 1.1.3

### Patch Changes

- [#2093](https://github.com/blockful/anticapture/pull/2093) [`a8ff095`](https://github.com/blockful/anticapture/commit/a8ff09574d94a73b944db87c37587daf96a4891a) Thanks [@pikonha](https://github.com/pikonha)! - Stop the proposal and vote sync streams from dropping rows at a page boundary that falls inside a `created` second. Both queries now filter with `created_gte` (writes upsert, so re-reading the boundary is idempotent) and page deeper with `skip` when 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](https://github.com/blockful/anticapture/pull/2084) [`36c4f58`](https://github.com/blockful/anticapture/commit/36c4f589702100fb4a5b16c3611ee04a427023c2) Thanks [@brunod-e](https://github.com/brunod-e)! - Keep paginating through same-second bursts when re-reading Snapshot proposals and votes: a page that lands entirely on one `created` second now advances with `skip` instead of stepping to the next second, which silently dropped every row past the first page — leaving revealed Shutter votes stuck with their encrypted choices.

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/offchain-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/offchain-indexer",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions apps/user-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @anticapture/user-api

## 0.3.1

### Patch Changes

- [#2084](https://github.com/blockful/anticapture/pull/2084) [`ff22247`](https://github.com/blockful/anticapture/commit/ff222472634dd5532d7716067cbbb34f8ad67485) Thanks [@brunod-e](https://github.com/brunod-e)! - Address PR review findings: keep the optimistic off-chain tally applied until
the 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_total` as the turnout denominator for approval winners, stop
offering "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_TOKEN` at boot.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/user-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/user-api",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down