Skip to content

Releases: blockfrost/blockfrost-backend-ryo

v2.3.1

04 Nov 15:02
c415362
Compare
Choose a tag to compare
v2.3.1 Pre-release
Pre-release

[2.3.1] - 2024-11-04

Fixed

  • Don't list unregistered stake addresses in /governance/dreps/:drep/delegators
  • SQL optimization in /governance/dreps/:drep/delegators

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

04 Nov 09:27
01d2488
Compare
Choose a tag to compare
v2.3.0 Pre-release
Pre-release

[2.3.0] - 2024-11-04

Added

  • /account/:stake_addr/utxos for retrieving utxos associated with a stake account by @slowbackspace in #215

Full Changelog: v2.2.4...v2.3.0

v2.2.4

31 Oct 20:58
30ec8cf
Compare
Choose a tag to compare

Fixed

  • Added instant rewards, reserves, treasury and proposal_refund to the calculation of delegators' total amount in /governance/dreps/:drep/delegators
  • Handle PlutusV3 Chang+1 cost model mapping

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3

17 Oct 12:17
c6d26af
Compare
Choose a tag to compare

[2.2.3] - 2024-10-14

Changed

  • CIP68v3 metadata: allow byte string fields to be encoded as an array of bytes
  • CIP25v1 metadata: allow alternative metadata encoding where asset name is not utf8 encoded

v2.2.2

05 Oct 17:42
0d4f91f
Compare
Choose a tag to compare

Fixed

  • Retrieving data for special dreps drep_always_abstain and drep_always_no_confidence

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

24 Sep 11:37
81af0db
Compare
Choose a tag to compare
v2.2.1 Pre-release
Pre-release

[2.2.1] - 2024-09-24

Fixed

  • querying Dreps with drep_script bech32 prefix

Full Changelog: v2.2.0...v2.2.1

v2.2.0

19 Sep 13:21
c120a55
Compare
Choose a tag to compare

[2.2.0] - 2024-09-12

Added

  • /txs/{hash}/utxos
  • /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.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

23 Aug 17:10
f5a9674
Compare
Choose a tag to compare

[2.1.1] - 2024-08-23

Changed

  • Asset in output_amount of /txs is now sorted by the unit name

Fixed

  • Plutus V3 cost model mapping
  • /txs/{hash}/pool_updates returning multiple rows

Full Changelog: v2.1.0...v2.1.1

v2.1.0

31 Jul 14:16
a54513b
Compare
Choose a tag to compare

Added

  • Conway era support
  • initial CIP-1694 support
  • /txs/{hash}/cbor endpoint
  • Proxy for Mithril Aggregator API
  • config options mithril.enabled, mithril.aggregator, mithril.snapshotCDN (optional) and mithril.allowedEndpoints (optional)
  • ENV var options BLOCKFROST_MITHRIL_ENABLED, BLOCKFROST_MITHRIL_AGGREGATOR and BLOCKFROST_MITHRIL_SNAPSHOT_CDN

Changed

  • Upgraded Fastify dependencies
  • Upgraded Typescript

Fixed

  • /addresses/{payment_cred} and /addresses/{payment_cred}/extended to always show stake_address: null
  • ordering in /scripts

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

23 May 12:20
7204204
Compare
Choose a tag to compare

[2.0.3] - 2024-05-23

Fixed

  • calculation of live_stake in /pools/{pool_id}/delegators to reflect the split of MIRs into a separate table (instant_reward) in new dbsync, which was omitted in 2.0.1 for this endpoint