Skip to content

chore: version packages - #2163

Merged
brunod-e merged 1 commit into
devfrom
changeset-release/dev
Sep 15, 2026
Merged

brunod-e merged 1 commit into
devfrom
changeset-release/dev

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

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/dashboard@2.16.0

Minor Changes

  • #2146 c7aed8c Thanks @brunod-e! - Add a recursive calldata decoder to proposal actions and a standalone /tools/decoder page.

  • #2155 55af56b Thanks @brunod-e! - Queue and execute proposals through the relayer for free when it is funded, with the wallet flow as fallback.

Patch Changes

  • #2150 3935d42 Thanks @brunod-e! - Stop retrying failed HTTP requests in React Query (retry network errors once): each retry against a failing
    route counted toward the gateway circuit breaker, so one page view could take a DAO offline.

@anticapture/relayer@1.3.0

Minor Changes

  • #2161 33d6572 Thanks @LeonardoVieira1630! - Add POST /internal/webhook, a receiver for notification-system events. The
    route lives under /internal/ so gateful's /:dao/relay/* proxy cannot reach
    it — only Railway's private network can. When the body carries
    metadata.proposalId for this relayer's own DAO, the relayer reads the
    proposal's on-chain state and sponsors queue() (Succeeded) or execute()
    (Queued, eta passed) through the existing enactment service; events for
    other DAOs (metadata.daoId) are ignored. The route is not part of the
    public OpenAPI spec. The server now binds to :: so Railway private
    networking can reach it.

@anticapture/api@1.8.3

Patch Changes

  • #2148 82179d9 Thanks @brunod-e! - Serve proposals without waiting on RPC: the latest block is refreshed stale-while-revalidate, bounded to 60s of staleness.
    Requests fall back to the indexed proposal status when the RPC is down instead of failing.

  • #2149 f144c5c Thanks @brunod-e! - Revenue, token price and treasury serve the last known or empty data instead of 5xx when Dune or CoinGecko is
    unhealthy, token properties keep the last known price, all counted on degraded_upstream_responses_total; fix the FLUID CoinGecko id.

@anticapture/gateful@1.8.2

Patch Changes

  • #2148 82179d9 Thanks @brunod-e! - Circuit breakers open per DAO route on a windowed failure rate, tunable via the CIRCUIT_BREAKER_* variables in apps/gateful/src/config.ts, with route keys derived from the path and separate keys for fan-out and health probes, whose circuits are no longer reported in the DAO health summary.
    The Redis cache serves stale entries when the upstream fails, and each lookup is counted once.

  • #2162 888097f Thanks @brunod-e! - Forward the relayer's own error responses (e.g. 503 RELAYER_LOW_BALANCE, { code, message }) to clients instead of
    replacing them with a generic 500, and stop counting them as circuit-breaker failures: the relayer answered, it is not down.

@vercel

vercel Bot commented Sep 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
anticapture-storybook Ready Ready Preview Sep 15, 2026 7:07pm UTC
1 Skipped Deployment
Project Deployment Actions Updated
anticapture Ignored Ignored Sep 15, 2026 7:07pm UTC

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/dev branch from c92fb05 to deb7eed Compare September 15, 2026 19:05
@brunod-e
brunod-e merged commit 9a98302 into dev Sep 15, 2026
14 checks passed
@brunod-e
brunod-e deleted the changeset-release/dev branch September 15, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant