Skip to content

Releases: blockfrost/openapi

v0.1.44

07 Nov 17:18
00bfcd6
Compare
Choose a tag to compare

[0.1.44] - 2022-11-07

Added

  • getSchemaForEndpoint util function

Fixed

  • /pools/extended example

v0.1.42

29 Aug 15:34
a025b0a
Compare
Choose a tag to compare

[0.1.42] - 2022-08-25

Added

  • HTTP 425 - Pin Queue Full to Errors for limiting queue in ipfs/pin/add/{IPFS_path} endpoint
  • New networks preview and preprod

Fixed

  • Typos and examples

v0.1.41

27 Jul 15:05
067908b
Compare
Choose a tag to compare

[0.1.41] - 2022-07-27

Changed

  • Refactored anyOf to anyVlaue

Fixed

  • Missing block_time in schema for asset transactions
  • Missing additionalProperties in json_metadata and cost_models

v0.1.40

27 Jul 15:05
73f4aea
Compare
Choose a tag to compare

[0.1.40] - 2022-07-15

Added

  • Block schema now contains extra
    • op_cert field
    • op_cert_counter field
  • /txs/{hash}/utxos
    • outputs now has extra boolean collateral field which is true when the transaction output is a collateral output
  • /epochs/{number}/parameters and /epoch/latest/parameters now has
    • cost_models field with JSON containing cost models parameters for Plutus Core scripts

Fixed

  • /epochs/{number}/parameters and /epochs/latest/parameters
    • extra_entropy type changed from object to string

v0.1.39

27 Jul 14:53
Compare
Choose a tag to compare

[0.1.39] - 2022-07-01

Added

  • /txs/{hash}/utxos
    • inputs and outputs now contain extra
      • inline_datum field
      • reference_script_hash field
    • inputs now has a boolean reference field, true if the input is a reference input
  • /addresses/{address}/utxos and /addresses/{address}/utxos/{asset}
    • inline_datum field
    • reference_script_hash field
  • /scripts/datum/{datum-hash}/cbor endpoint

Changed

  • /txs/{hash}/redeemers - datum_hash field deprecated, prefer redeemer_data_hash
  • /scripts/{hash}/redeemers - datum_hash field deprecated, prefer redeemer_data_hash
  • /epochs/{number}/parameters and /epochs/latest/parameters
    • coins_per_utxo_word field deprecated, prefer coins_per_utxo_size
      • coins_per_utxo_size is now
        • Cost per UTxO word for Alonzo.
        • Cost per UTxO byte for Babbage and later.
  • /scripts/{hash}
    • type field now uses plutusV1 and plutusV2 instead of just plutus to be able
      to differentiate between two PlutusScript versions.

Fixed

  • /scripts/{script-hash}/cbor - cbor field type changed to string

v0.1.37

24 Mar 20:38
96de82f
Compare
Choose a tag to compare

[0.1.37] - 2021-03-24

Added

  • type property to /accounts/{stake_address}/rewards endpoint
  • /utils/txs/evaluate endpoint

v0.1.36

21 Dec 18:25
eccf469
Compare
Choose a tag to compare

[0.1.36] - 2021-12-21

Added

  • blocks_epoch property to /pools/{pool_id} endpoint

Fixed

  • mark tx_hash in /blocks/{hash_or_number}/addresses as required field

v0.1.35

13 Dec 13:47
7d76271
Compare
Choose a tag to compare

[0.1.35] - 2021-12-10

Added

  • /blocks/{hash_or_number}/addresses

v0.1.34

13 Dec 13:47
Compare
Choose a tag to compare

[0.1.34] - 2021-12-07

Added

  • /pools/extended endpoint
  • /utils/addresses/xpub/{xpub}/{role}/{index} endpoint

v0.1.33

24 Nov 15:02
0d6ce0d
Compare
Choose a tag to compare

[0.1.33] - 2021-11-24

Added

  • /addresses/{address}/extended endpoint
  • /accounts/{stake_address}/addresses/total endpoint

Changed

Fixed

  • multiple descriptions