Releases: blockfrost/blockfrost-backend-ryo
Releases · blockfrost/blockfrost-backend-ryo
v1.6.0
v1.5.0
[1.5.0] - 2023-03-20
Added
- Nix Flake
- Docker image build using Nix
dockerTools
- Registry published Docker image is now the Nix built one, publish to ghcr.io as well
- cardano-db-sync port to config
- Support for ScriptHash payment credential using
script
addresses.
Changed
- migrated to ESM project
- format of a config file changed from .ts to .yaml (due to ESM migration)
- regenerated yarn.lock
- nixpkgs updated to latest
nixos-22.11
and hence NodeJS to16.18.1
- do not leak framework in errors
- bumped blockfrost-tests to 1.7.1
- bumped blockfrost-utils to 2.4.0
- bumped blockfrost-openapi to 0.1.57
Fixed
/scripts/datum/{datum-hash}/cbor
endpoint adjusted to returnCBOR
of redeemers as well (similar to JSON variant at/scripts/datum/{datum-hash}
endpoint)
v1.4.0
v1.3.2
v1.3.1
v1.3.0
[1.3.0] - 2023-01-15
Added
- support for CIP68 onchain metadata in
/assets/{asset}
and/addresses/{address}/extended
- support for configurable memory settings for pm2 in the nix service
Changed
- split routes into files
- fastify deps upgrade
Fixed
- tests
/network/eras
endpoint returning incorrect latest epoch boundarypreview
: Correctedsystem_start
(/genesis
endpoint)
v1.2.0
[1.2.0] - 2022-12-14
Added
address
field to/addresses/{address}/utxos
and/addresses/{address}/utxos/{asset}
Changed
- increased token registry timeout to 5s -> 10s
Fixed
/addresses/{address}/utxos/{asset}
asset validation for/lovelace
- 400 handling of invalid POST routes
v1.1.1
v1.1.0
[1.1.0] - 2022-11-30
Added
/network/eras
endpoint
Changed
- CIP-25 standard for on-chain metadata
- refactor test environments
- production logger logs only with debug option
- replaced and improved (v2) CIP-25 validation logic for:
/assets/{asset}
/addresses/{address}/extended
Fixed
- validation of
{asset}
and{policy}
(400) - ordering of various
/txs
to be consistent (useful when running ryo in cluster)- most notably,
/txs/{hash}/utxos
now consistently return collaterals (collateral: true
) at the end
- most notably,
preprod
andpreview
respins: Updatedslots_per_kes_period
andmax_kes_evolutions
- added entrypoint to Dockerfile