Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.84
[0.1.84] - 2025-11-27
Added
- Exposed off-chain metadata fetch errors in metadata responses in
/governance/dreps/:drep_id/metadata- Error object structure:
{ "code": "HASH_MISMATCH" | "CONNECTION_ERROR" | "HTTP_RESPONSE_ERROR" | "DECODE_ERROR" | "SIZE_EXCEEDED" | "UNKNOWN_ERROR", "message": "Human-readable description of the error" }
- If metadata are available, the
errorfield is omitted
- Error object structure:
What's Changed
- fix: expose fetch error in /governance/dreps/:drep_id/metadata by @slowbackspace in #431
Full Changelog: v0.1.83...v0.1.84
v0.1.83
[0.1.83] - 2025-11-25
Fixed
/network/erasnumber format- added PlutusV3 to the type field of the script object, to match the actual API response types
What's Changed
- chore: release 0.1.82 by @slowbackspace in #424
- chore(deps): bump hono from 4.6.14 to 4.10.2 by @dependabot[bot] in #425
- chore(CI): run ci on PR by @slowbackspace in #427
- Pr 426 Add PlutusV3 as a Script Type Variant by @slowbackspace in #428
- Fix network eras response by @vladimirvolek in #432
- release: 0.1.83 by @vladimirvolek in #433
New Contributors
- @dependabot[bot] made their first contribution in #425
Full Changelog: v0.1.82...v0.1.83
v0.1.82
[0.1.82] - 2025-10-20
Added
- New endpoint for retrieving transactions linked to a stake account /accounts/:stake_address/transactions
v0.1.81
[0.1.81] - 2025-10-08
Added
- Included proposal reference fields in
/governance/drep/:drep_id/votes- Each vote now includes
proposal_id,proposal_tx_hashandproposal_cert_index
- Each vote now includes
Fixed
- Description of
tx_hashandcert_indexin in/governance/drep/:drep_id/votes
What's Changed
- Fix/drep votes proposal by @slowbackspace in #419
Full Changelog: v0.1.80...v0.1.81
v0.1.80
[0.1.80] - 2025-09-18
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
idfield containing the governance action identifier
- New endpoints for querying with Gov Action ID :
- Exposed dbsync off-chain metadata fetch errors in metadata responses
- Applies to endpoints:
/pools/:pool_id/metadata/pools/extended/governance/proposals/:gov_action_id/metadata
- Error object structure:
{ "code": "HASH_MISMATCH" | "CONNECTION_ERROR" | "HTTP_RESPONSE_ERROR" | "DECODE_ERROR" | "SIZE_EXCEEDED" | "UNKNOWN_ERROR", "message": "Human-readable description of the error" }
- If metadata are available, the
errorfield is omitted
- Applies to endpoints:
What's Changed
- feat: Governance Action Identifier (CIP-129) by @slowbackspace in #415
- Feat/metadata errors by @slowbackspace in #417
- chore: bump openapi UI by @vladimirvolek in #416
- chore: release 0.1.80 by @slowbackspace in #418
Full Changelog: v0.1.79...v0.1.80
v0.1.79
[0.1.79] - 2025-06-06
Fixed
- Added action
updatedto DReps updates/accounts/:drep_id/updates - Misc voltaire fixes
What's Changed
- Voltaire fixes by @sorki in #412
- fix(dreps): add "updated" to DRep updates action enum by @slowbackspace in #413
Full Changelog: v0.1.78...v0.1.79
v0.1.78
[0.1.78] - 2025-05-23
Added
- Added support for calidus keys (CIP-0151) in
/pools/:pool_idendpoint
What's Changed
- feat: calidus key support by @slowbackspace in #409
Full Changelog: v0.1.77...v0.1.78
v0.1.77
[0.1.77] - 2025-05-19
Fixed
/governance/proposals/:tx_hash/:cert_index: fixed description fordropped_epoch- cleaned up metadata in
/pools/extendedby removing unnecessary required fields
What's Changed
- fix: proposal's dropped_epoch description by @slowbackspace in #407
- fix(rust): new models by @vladimirvolek in #408
- fix: /pools/extended metadata by @slowbackspace in #411
Full Changelog: v0.1.76...v0.1.77
v0.1.76
[0.1.76] - 2025-04-03
Fixed
- nix-shell commands
Added
- rust types
- exposed new attributes
live_saturation,blocks_minted,declared_pledge,margin_cost,fixed_costandmetadatain/pools/extended
What's Changed
- feat: /pools/extended ext by @slowbackspace in #402
- fix: generate rust types, changelog by @vladimirvolek in #406
Full Changelog: v0.1.75...v0.1.76
v0.1.75
[0.1.75] - 2025-03-26
Added
/blocks/:hash_or_number/txs/cborendpoint
What's Changed
- chore: /blocks/:hash_or_number/txs/cbor by @slowbackspace in #403
- release 0.1.75 by @slowbackspace in #404
- fix: sync package json version to schema by @vladimirvolek in #405
Full Changelog: v0.1.74...v0.1.75