-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: blockfrost/openapi
base: v0.1.88
head repository: blockfrost/openapi
compare: v0.1.89
- 9 commits
- 200 files changed
- 3 contributors
Commits on May 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1d102f3 - Browse repository at this point
Copy the full SHA 1d102f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa11cc - Browse repository at this point
Copy the full SHA daa11ccView commit details -
Merge pull request #455 from blockfrost/rust-next
feat: 0.1.88 rust
Configuration menu - View commit details
-
Copy full SHA for 1117ff9 - Browse repository at this point
Copy the full SHA 1117ff9View commit details
Commits on May 27, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for fac4433 - Browse repository at this point
Copy the full SHA fac4433View commit details
Commits on May 28, 2026
-
Merge pull request #456 from blockfrost/add-dashboard-api-docs-rewrite
feat: serve dashboard-api docs at /dashboard-api/
Configuration menu - View commit details
-
Copy full SHA for f520d3f - Browse repository at this point
Copy the full SHA f520d3fView commit details
Commits on Jun 4, 2026
-
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>Configuration menu - View commit details
-
Copy full SHA for e0812be - Browse repository at this point
Copy the full SHA e0812beView commit details -
fix: grammar in has_script and expired DRep field descriptions
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for afc59c7 - Browse repository at this point
Copy the full SHA afc59c7View commit details
Commits on Jun 8, 2026
-
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 482a306 - Browse repository at this point
Copy the full SHA 482a306View commit details -
Merge pull request #457 from blockfrost/feat/governance-dreps-extended
feat: extend /governance/dreps with status, voting power, metadata + new query params
Configuration menu - View commit details
-
Copy full SHA for 34a676f - Browse repository at this point
Copy the full SHA 34a676fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.88...v0.1.89