Skip to content

v2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@slowbackspace slowbackspace released this 14 Mar 14:04
· 84 commits to master since this release
b68ce66

[2.0.0] - 2024-03-13

⚠️ WARNING
This version of blockfrost-backend-ryo requires cardano-db-sync 13.1.1.3 or newer. Use version 1.7.x for earlier releases.

Added

  • support for Cardano Sanchonet
  • translation of cost models from numerical IDs to strings,
    required for cardano-db-sync 13.1.1.3 and newer #130
  • indices improving /assets/{asset} when querying CIP68 assets and /txs/{tx_hash} with redeemers
  • IS_LOCAL env for testing
  • Parsing version 2 of CIP68 metadata (@blockfrost/openapi 0.1.62)
  • /txs/:hash/required_signers endpoint

Changed

  • node_modules
  • yarn
  • updated vitest
  • removed token registry mock server, using function mocking instead
  • bump blockfrost-tests to dd9b2fe5ed7fa5cad60b34555b3c05d287382226

Fixed

  • ordering in /assets/asset/txs, /assets/asset/transactions and /epochs/{number}/stakes
  • port configuration via config option dbSync.port
  • live_stake for retired pools in /pools/{pool_id} was always 0, instead of displaying the delegated amount
  • metadata/txs/labels/:num and /scripts/:hash/json json encoding for primitive types (eg. string) (@blockfrost/openapi 0.1.62)
  • /txs/{hash}/utxos rendering of wrong asset in collateral output #161
  • In /epochs/:num/parameters set min_utxo to coins_per_utxo_size with a fallback to min_utxo_value if coins_per_utxo_size is null