Releases: blockfrost/blockfrost-backend-ryo
Releases · blockfrost/blockfrost-backend-ryo
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
v2.0.3
v2.0.2
v2.0.1
[2.0.1] - 2024-04-08
This version of blockfrost-backend-ryo requires cardano-db-sync 13.2.0.1 or newer. Use version 1.7.x for earlier releases. |
Fixed
- calculation of endpoints affected by moving MIRs into
instant_reward
table required forcardano-db-sync 13.2.0.1
/accounts/{stake_address}
/pools/extended
/pools/{pool_id}
/network
- calculation of
live_size
for/pools/{pool_id}
only taking into account live pools (ommiting retired from the calculation)
v2.0.0
[2.0.0] - 2024-03-13
This version of blockfrost-backend-ryo requires cardano-db-sync 13.1.1.3 or newer. Use version 1.7.x for earlier releases. |
Added
- support for Cardano Sanchonet
- translation of cost models from numerical IDs to strings,
required forcardano-db-sync 13.1.1.3
and newer #130 - indices improving
/assets/{asset}
when querying CIP68 assets and/txs/{tx_hash}
with redeemers - IS_LOCAL env for testing
- Parsing version 2 of CIP68 metadata (
@blockfrost/openapi
0.1.62) /txs/:hash/required_signers
endpoint
Changed
- node_modules
- yarn
- updated vitest
- removed token registry mock server, using function mocking instead
- bump blockfrost-tests to
dd9b2fe5ed7fa5cad60b34555b3c05d287382226
Fixed
- ordering in
/assets/asset/txs
,/assets/asset/transactions
and/epochs/{number}/stakes
- port configuration via config option
dbSync.port
- live_stake for retired pools in
/pools/{pool_id}
was always 0, instead of displaying the delegated amount metadata/txs/labels/:num
and/scripts/:hash/json
json encoding for primitive types (eg. string) (@blockfrost/openapi
0.1.62)/txs/{hash}/utxos
rendering of wrong asset in collateral output #161- In
/epochs/:num/parameters
setmin_utxo
tocoins_per_utxo_size
with a fallback tomin_utxo_value
ifcoins_per_utxo_size
is null
v1.7.0
[1.7.0] - 2023-08-30
Added
- Flake now exports NixOS module
Changed
- support defining a postgres password in config or env
- new custom index on
redeemer
table to README - bumped blockfrost-utils to 2.8.0
- !from&to breaking change [] -> 400
- bump blockfrost-tests to 1.9.4
- CI to run on Node 18
Fixed
- nixpkgs updated to latest
nixos-23.05
- NodeJS updated to
18.16.1
- README config example
- shell.nix default to Node 18