Skip to content

chore(release): update versions and changelogs#1

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release/bumps
Open

chore(release): update versions and changelogs#1
github-actions[bot] wants to merge 1 commit into
mainfrom
release/bumps

Conversation

@github-actions

@github-actions github-actions Bot commented Oct 4, 2025

Copy link
Copy Markdown

This PR updates versions and changelogs for the next release. Merging will trigger release workflows.

❗ ❗ ❗ This PR does not trigger actions due to github restrictions (see akash-network#798).

In order to merge this PR, it is required to click on "Merge without waiting for requirements to be met (bypass rules)".
If you do not have permission to bypass checks, just close and reopen the PR, it will trigger github actions on your behalf.

ShinySyntax pushed a commit that referenced this pull request Jul 1, 2026
…seq scan (akash-network#3299)

* fix(deployment): keyset-paginate gpu-prices query to drop deployment seq scan

findAllWithGpuResources prefetched every single-GPU deployment id then re-fetched
them in 200-id batches via `WHERE deployment.id IN (...)`, which seq-scanned the
whole deployment table on each batch — the #1 query by DB load behind
GET /v1/gpu-prices. Drive off an indexed keyset scan on
deployment(createdHeight, id) with an EXISTS for the gpuUnits=1 membership, and
load bids via a separate query keyed on the indexed message.relatedDeploymentId.
Output is byte-identical.

Adds index deployment_group_deployment_id on deploymentGroup(deploymentId)
(indexer migration 0008) so the EXISTS probe is index-driven.

* fix(deployment): guard gpu-prices chunkSize against non-positive values

A non-positive chunkSize would make the keyset loop never break on an empty
batch and then dereference batch[-1] for the cursor. Validate it as a positive
integer (it is internal/test-only, so a bad value is a programmer error).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants