Skip to content

Releases: blockfrost/openapi

v0.1.49

27 Nov 01:53
39dd7fa
Compare
Choose a tag to compare

[0.1.49] - 2022-11-26

Changed

  • update deps and yarn version

Added

  • test coverage
  • getCIPstandard, getOnchainMetadataVersion, getOnchainMetadata functions

v0.1.48

25 Nov 01:04
45ec67e
Compare
Choose a tag to compare

[0.1.48] - 2022-11-25

Fixed

  • descriptions

v0.1.47

24 Nov 16:49
c1636c8
Compare
Choose a tag to compare

[0.1.47] - 2022-11-24

Added

  • getSchema util function
  • validateSchema util function
  • onchain_metadata_standard to /assets/{asset_id} endpoint to report onchain_metadata validity

Changed

  • moved CIP-25 validation to a custom schema to avoid strict check on onchain_metadata

v0.1.46

24 Nov 16:47
d704825
Compare
Choose a tag to compare

[0.1.46] - 2022-11-22

Added

  • /network/eras endpoint

Changed

  • adjust CIP-25 and add v2 validation for onchain_metadata in /assets/{asset_id}
  • refactored custom schemas

v0.1.45

20 Nov 16:37
878701c
Compare
Choose a tag to compare

[0.1.45] - 2022-11-20

Fixed

  • accidental npm release

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