Releases: blockfrost/blockfrost-backend-ryo
Releases · blockfrost/blockfrost-backend-ryo
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
v2.1.0
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) andmithril.allowedEndpoints
(optional) - ENV var options
BLOCKFROST_MITHRIL_ENABLED
,BLOCKFROST_MITHRIL_AGGREGATOR
andBLOCKFROST_MITHRIL_SNAPSHOT_CDN
Changed
- Upgraded Fastify dependencies
- Upgraded Typescript
Fixed
/addresses/{payment_cred}
and/addresses/{payment_cred}/extended
to always showstake_address: null
- ordering in
/scripts
What's Changed
- Remove and ignore garbage by @vladimirvolek in #180
- feat: mithril proxy by @slowbackspace in #177
- feat(txs): raw TX CBOR by @sorki in #181
- fix(nix): udpate yarn-project.nix by @sorki in #182
- fix: mithril proxy root endpoint by @slowbackspace in #183
- chore: bump tests by @vladimirvolek in #185
- feat: CIP-1694 by @vladimirvolek in #135
- fix(tests): add sanchonet by @vladimirvolek in #186
- fix(network/eras): add Conway era by @sorki in #189
- fix(scripts): ordering (internal id instead of tx_id) by @1000101 in #188
- fix(addresses): payment_cred stake_address: null by @1000101 in #187
- release: 2.1.0 by @vladimirvolek in #190
Full Changelog: v2.0.3...v2.1.0