Skip to content

Releases: blockfrost/openapi

v0.1.73

07 Feb 08:41
4dc5608
Compare
Choose a tag to compare

[0.1.73] - 2025-01-30

Fixed

  • Allow all proposal parameters to be nullable, remove unused nonce param

What's Changed

Full Changelog: v0.1.72...v0.1.73

v0.1.72

16 Jan 15:46
e95edc5
Compare
Choose a tag to compare

[0.1.72] - 2025-01-16

Added

  • New fields in /governance/dreps/:drep
    • retired: Indicates the registration state of the DRep. Set to true if the DRep has been deregistered; otherwise, false.
    • expired: Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter drep_activity)
    • last_active_epoch: Epoch of the most recent action - registration, update, deregistration or voting

Changed

  • Deprecated fields in /governance/dreps/:drep
    • active: Superseded by the new retired and expired
    • active_epoch: Replaced by last_active_epoch

What's Changed

Full Changelog: v0.1.71...v0.1.72

v0.1.71

01 Dec 20:32
Compare
Choose a tag to compare

[0.1.71] - 2024-12-01

Added

  • Filecoin support in IPFS endpoints

v0.1.70

26 Nov 14:59
e53c2e7
Compare
Choose a tag to compare

[0.1.70] - 2024-11-26

Added

  • version query param in /utils/txs/evaluate and /utils/txs/evaluate/utxos endpoint

Fixed

  • IPFS state enum

What's Changed

New Contributors

Full Changelog: v0.1.64...v0.1.70

v0.1.69

01 Nov 11:01
efa3b8a
Compare
Choose a tag to compare

[0.1.69] - 2024-10-31

Added

  • /account/:stake_addr/utxos for retrieving utxos associated with a stake account

v0.1.68

01 Nov 11:00
efa3b8a
Compare
Choose a tag to compare

Added

  • new UI for the API Reference
  • parsing version 3 of CIP68 metadata

Changed

  • updated dependencies
  • allow CIP25v1 metadata encoding where asset name not utf8 encoded (hex asset name = lookup key in json map)

Fixed

  • Ogmios API Reference URL

v0.1.67

01 Nov 10:59
efa3b8a
Compare
Choose a tag to compare

Added

  • /txs/{hash}/utxos
    • consumed_by_tx field
  • /epochs/{number}/parameters and /epochs/latest/parameters
    • cost_models_raw field, list variant of cost_models without name mapping

Fixed

  • Naming of pvtpp_security_group -> pvt_p_p_security_group, the old field is
    preserved but marked as deprecated.
  • /governance/proposals/{tx_hash}/{cert_index}/parameters
    • Example and description of cost_models (these match cost_models_raw of epoch parameters)

v0.1.66

01 Nov 10:59
efa3b8a
Compare
Choose a tag to compare

Changed

  • reverted Mithril support

v0.1.64

01 Nov 10:52
efa3b8a
Compare
Choose a tag to compare

Added

  • /txs/{hash}/cbor endpoint

v0.1.65

24 Jul 15:02
4e74c5c
Compare
Choose a tag to compare

Added

  • CIP-1964 support
  • Mithrill support
  • raw TX CBOR

What's Changed

Full Changelog: v0.1.63...v0.1.65