Skip to content

Releases: blockfrost/blockfrost-backend-ryo

v3.0.0

17 Dec 18:43
7a18e08
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

[3.0.0] - 2024-12-17

Added

  • Support for CIP129 DRep ID - you can query DReps using both legacy format and CIP129 format. The drep_id and hex fields will reflect the format of the query param

Changed

  • BREAKING CHANGE: Endpoints /governance/dreps and /governance/proposals/{tx_hash}/{cert_index}/votes are now using CIP129 format
  • Looser validation for cost model size in epochs/:num/parameters

What's Changed

Full Changelog: v2.4.0...v3.0.0

v2.4.0

20 Nov 11:53
cb58f70
Compare
Choose a tag to compare

[2.4.0] - 2024-11-20

Added

  • Custom network support
  • Option to disable token registry lookups

Fixed

  • Issue with attempting to release an already-released PostgreSQL client during error handling
  • Incorrectly retrieving DRep when registered under both keyHash and scriptHash

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

04 Nov 15:02
c415362
Compare
Choose a tag to compare

[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