Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: blockfrost/openapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.88
Choose a base ref
...
head repository: blockfrost/openapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.89
Choose a head ref
  • 9 commits
  • 200 files changed
  • 3 contributors

Commits on May 20, 2026

  1. feat: 0.1.88 rust

    vladimirvolek committed May 20, 2026
    Configuration menu
    Copy the full SHA
    1d102f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa11cc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #455 from blockfrost/rust-next

    feat: 0.1.88 rust
    vladimirvolek authored May 20, 2026
    Configuration menu
    Copy the full SHA
    1117ff9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. feat: serve /dashboard-api/ docs via Vercel rewrite

    Adds a `rewrites` rule routing `docs.blockfrost.io/dashboard-api/*` to a
    standalone Vercel project hosting the Blockfrost Dashboard API
    documentation, plus a 308 redirect from the bare `/dashboard-api` to the
    trailing-slash form (mirroring the existing `/midnight` pattern). An
    explicit rewrite for the trailing-slash index is included separately
    because Vercel's path matcher treats `:path*` as one-or-more in practice,
    so the bare `/dashboard-api/` would otherwise 404.
    
    This repo only hosts the path under the shared `docs.blockfrost.io`
    domain; the spec and Scalar build live in the separate project and
    deploy independently. README updated under Development with a short note
    on the architecture.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    slowbackspace and claude committed May 27, 2026
    Configuration menu
    Copy the full SHA
    fac4433 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. Merge pull request #456 from blockfrost/add-dashboard-api-docs-rewrite

    feat: serve dashboard-api docs at /dashboard-api/
    slowbackspace authored May 28, 2026
    Configuration menu
    Copy the full SHA
    f520d3f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. feat: extend /governance/dreps with status, voting power, metadata + …

    …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>
    slowbackspace and claude committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    e0812be View commit details
    Browse the repository at this point in the history
  2. fix: grammar in has_script and expired DRep field descriptions

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    slowbackspace and claude committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    afc59c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. release: 0.1.89

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    slowbackspace and claude committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    482a306 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #457 from blockfrost/feat/governance-dreps-extended

    feat: extend /governance/dreps with status, voting power, metadata + new query params
    slowbackspace authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    34a676f View commit details
    Browse the repository at this point in the history
Loading