Skip to content

Releases: blockfrost/blockfrost-backend-ryo

v3.1.1

23 Jan 11:40
b2369b7
Compare
Choose a tag to compare

[3.1.1] - 2025-01-23

Fixed

  • Incorrect proposal parameters

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

20 Jan 10:20
a49be24
Compare
Choose a tag to compare

[3.1.0] - 2025-01-20

Changed

  • New fields in /governance/dreps/:drep
    • retired: Indicates the registration state of the DRep. Set to true if the DRep has been deregistered. otherwise false.
    • expired: Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter drep_activity)
    • last_active_epoch: Epoch of the most recent action - registration, update, deregistration or voting
  • Deprecated fields in /governance/dreps/:drep
    • active: Superseded by the new retired and expired
    • active_epoch: Replaced by last_active_epoch

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

02 Jan 14:21
349a120
Compare
Choose a tag to compare

[3.0.1] - 2025-01-02

Fixed

  • DRep was incorrectly marked as active if a DRep update occurred after a DRep registration

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

17 Dec 18:43
7a18e08
Compare
Choose a tag to compare

[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