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: 5 additions & 0 deletions .changeset/authful-validate-400.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@anticapture/authful": patch
---

Document HTTP 400 response when token validation fails (invalid token hashes now return 400 instead of 200)
6 changes: 0 additions & 6 deletions .changeset/chilly-apples-lay.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/loud-logs-readable.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-donuts-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shutter-brand-blue.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/small-alert-shape.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tidy-agents-harness.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-rules-do.md

This file was deleted.

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

## 1.1.1

### Patch Changes

- [#2055](https://github.com/blockful/anticapture/pull/2055) [`248a451`](https://github.com/blockful/anticapture/commit/248a4518fd7d22c24ceaa23ad4692e1a5cb18aa6) Thanks [@pikonha](https://github.com/pikonha)! - Make request log messages human-readable in Loki (`GET /path 200` instead of `request`) and stop logging `/metrics` and `/health` scrapes

- [#2053](https://github.com/blockful/anticapture/pull/2053) [`633b628`](https://github.com/blockful/anticapture/commit/633b6287869693b8c707677d7b0af62a4b2c6ad7) Thanks [@pikonha](https://github.com/pikonha)! - add pg pool config to avoid hanging db connections

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/address-enrichment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/address-enrichment",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "tsx watch src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @anticapture/api

## 1.5.3

### Patch Changes

- [#2031](https://github.com/blockful/anticapture/pull/2031) [`4e6c3eb`](https://github.com/blockful/anticapture/commit/4e6c3ebcc3d527d1e90059bc00ff3d38ed4f6655) Thanks [@pikonha](https://github.com/pikonha)! - improve performance of the voting power historical endpoint

- [#2055](https://github.com/blockful/anticapture/pull/2055) [`248a451`](https://github.com/blockful/anticapture/commit/248a4518fd7d22c24ceaa23ad4692e1a5cb18aa6) Thanks [@pikonha](https://github.com/pikonha)! - Make request log messages human-readable in Loki (`GET /path 200` instead of `request`) and stop logging `/metrics` and `/health` scrapes

- [#2056](https://github.com/blockful/anticapture/pull/2056) [`1051a2d`](https://github.com/blockful/anticapture/commit/1051a2d698b74c95219df903862ed3afe658c514) Thanks [@pikonha](https://github.com/pikonha)! - enable offchain (Snapshot) proposal data for ShutterDAO

- [#2053](https://github.com/blockful/anticapture/pull/2053) [`633b628`](https://github.com/blockful/anticapture/commit/633b6287869693b8c707677d7b0af62a4b2c6ad7) Thanks [@pikonha](https://github.com/pikonha)! - add pg pool config to avoid hanging db connections

## 1.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/api",
"version": "1.5.2",
"version": "1.5.3",
"private": true,
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions apps/authful/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anticapture/authful

## 0.3.1

### Patch Changes

- [#2053](https://github.com/blockful/anticapture/pull/2053) [`633b628`](https://github.com/blockful/anticapture/commit/633b6287869693b8c707677d7b0af62a4b2c6ad7) Thanks [@pikonha](https://github.com/pikonha)! - add pg pool config to avoid hanging db connections
Comment thread
pikonha marked this conversation as resolved.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/authful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/authful",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions apps/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @anticapture/dashboard

## 2.8.2

### Patch Changes

- [#2056](https://github.com/blockful/anticapture/pull/2056) [`1051a2d`](https://github.com/blockful/anticapture/commit/1051a2d698b74c95219df903862ed3afe658c514) Thanks [@pikonha](https://github.com/pikonha)! - enable offchain (Snapshot) proposal data for ShutterDAO

- [#2043](https://github.com/blockful/anticapture/pull/2043) [`d071210`](https://github.com/blockful/anticapture/commit/d071210fccfa986abd25bc2e33e545ac2eea386b) Thanks [@brunod-e](https://github.com/brunod-e)! - Update Shutter whitelabel branding: brand color changed to #0044A4, new striped-shield icon (app + OG image), and brand text tokens keep the pure color for saturated dark brands instead of being lightened

## 2.8.1

### Patch 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.8.1",
"version": "2.8.2",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
6 changes: 6 additions & 0 deletions apps/gateful/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anticapture/gateful

## 1.3.1

### Patch Changes

- [#2055](https://github.com/blockful/anticapture/pull/2055) [`248a451`](https://github.com/blockful/anticapture/commit/248a4518fd7d22c24ceaa23ad4692e1a5cb18aa6) Thanks [@pikonha](https://github.com/pikonha)! - Make request log messages human-readable in Loki (`GET /path 200` instead of `request`) and stop logging `/metrics` and `/health` scrapes

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/gateful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/gateful",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"description": "Gateful REST API aggregator for Anticapture DAO APIs",
"main": "dist/src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions apps/indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anticapture/indexer

## 1.2.1

### Patch Changes

- [#2031](https://github.com/blockful/anticapture/pull/2031) [`4e6c3eb`](https://github.com/blockful/anticapture/commit/4e6c3ebcc3d527d1e90059bc00ff3d38ed4f6655) Thanks [@pikonha](https://github.com/pikonha)! - improve performance of the voting power historical endpoint

## 1.2.0

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

## 1.1.1

### Patch Changes

- [#2053](https://github.com/blockful/anticapture/pull/2053) [`633b628`](https://github.com/blockful/anticapture/commit/633b6287869693b8c707677d7b0af62a4b2c6ad7) Thanks [@pikonha](https://github.com/pikonha)! - add pg pool config to avoid hanging db connections

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions apps/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anticapture/relayer

## 1.1.1

### Patch Changes

- [#2055](https://github.com/blockful/anticapture/pull/2055) [`248a451`](https://github.com/blockful/anticapture/commit/248a4518fd7d22c24ceaa23ad4692e1a5cb18aa6) Thanks [@pikonha](https://github.com/pikonha)! - Make request log messages human-readable in Loki (`GET /path 200` instead of `request`) and stop logging `/metrics` and `/health` scrapes

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anticapture/relayer",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading