Skip to content

release: 0.1.89#458

Closed
slowbackspace wants to merge 3 commits into
masterfrom
release-0.1.89
Closed

release: 0.1.89#458
slowbackspace wants to merge 3 commits into
masterfrom
release-0.1.89

Conversation

@slowbackspace
Copy link
Copy Markdown
Contributor

Summary

Release 0.1.89.

Included

  • feat: extend /governance/dreps with status, voting power, metadata + new query params (feat: extend /governance/dreps with status, voting power, metadata + new query params #457) — embeds amount, has_script, retired, expired, last_active_epoch, and metadata in each row, and adds order_by=amount / retired / expired query params. Lets wallets render a sortable, filterable DRep list in a single call instead of 1 + 2N round-trips against /dreps, /dreps/{id}, and /dreps/{id}/metadata.

Out of scope

  • Rust crate (rust/Cargo.toml) intentionally left at 0.1.88. Regenerating against this release renames DrepMetadataErrorDrepsInnerMetadataError (openapi-generator's structural-dedup picks the new inline error object as canonical). Leaving rust regen for a follow-up feat: 0.1.89 rust commit, matching the past 0.1.88 pattern.

Test plan

  • yarn lint passes
  • yarn test passes
  • Verify rendered docs reflect new dreps response shape and the three new query params

🤖 Generated with Claude Code

slowbackspace and others added 3 commits June 4, 2026 12:37
…new query params

Augments the paginated /governance/dreps response so wallets can render and rank
DReps without a follow-up call per row. Each DRep now also returns has_script,
amount, retired, expired, last_active_epoch, and an embedded metadata object
matching the shape of /dreps/{drep_id}/metadata. Deprecated fields (active,
active_epoch) are intentionally omitted from this enriched response.

New query parameters:
- order_by=amount  (in addition to existing order=asc|desc)
- retired=true|false
- expired=true|false

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 4, 2026

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

Project Deployment Actions Updated (UTC)
openapi Building Building Preview, Comment Jun 4, 2026 3:01pm

Request Review

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.

1 participant