Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

### Added

- Support for Governance Action Identifier (CIP-129)
- New endpoints for querying with Gov Action ID : `/governance/proposals/:gov_action_id`
- Proposal response now includes an `id` field containing the governance action identifier

## [0.1.79] - 2025-06-06

### Fixed
Expand Down
317 changes: 315 additions & 2 deletions blockfrost-openapi.yaml

Large diffs are not rendered by default.

334 changes: 332 additions & 2 deletions docs/blockfrost-openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion json-schema.json

Large diffs are not rendered by default.

Loading