Releases: blockfrost/blockfrost-backend-ryo
Releases · blockfrost/blockfrost-backend-ryo
v3.0.0
[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
andhex
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
- fix: looser validation for cost model size by @vladimirvolek in #230
- CIP-0129 drep ids by @slowbackspace in #234
- release: 3.0.0 by @slowbackspace in #235
Full Changelog: v2.4.0...v3.0.0
v2.4.0
[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
- Feat/custom network support by @ginnun in #222
- fix: graceful release for dbsync client by @slowbackspace in #224
- fix: cwd-agnostic path to the genesis files by @slowbackspace in #225
- fix: Incorrectly retrieving DRep when registered under both keyHash a… by @slowbackspace in #228
- release: 2.4.0 by @vladimirvolek in #229
New Contributors
Full Changelog: v2.3.1...v2.4.0
v2.3.1
[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
- feat(governance): optimize UTxO subquery using
consumed_by_tx
by @sorki in #220 - fix: omit unregistered stake addresses from delegators list by @slowbackspace in #218
- release 2.3.1 by @slowbackspace in #221
Full Changelog: v2.3.0...v2.3.1
v2.3.0
[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
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
- fix: add instant rewards to the calculation of delegators' total amount by @slowbackspace in #214
- fix: plutus V3 Chang+1 cost model mapping by @sorki in #216
- release: 2.2.4 by @vladimirvolek in #217
Full Changelog: v2.2.3...v2.2.4
v2.2.3
[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
Fixed
- Retrieving data for special dreps
drep_always_abstain
anddrep_always_no_confidence
What's Changed
- fix: retrieving data for special dreps
drep_always_abstain
and `dre… by @slowbackspace in #210 - release: 2.2.2 by @vladimirvolek in #211
Full Changelog: v2.2.1...v2.2.2
v2.2.1
[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
[2.2.0] - 2024-09-12
Added
/txs/{hash}/utxos
consumed_by_tx
field⚠️ cardano-db-sync needs to be configured withtx_out.value: "consumed"
andtx_out.force_tx_in: true
/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
[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