Skip to content

v1.5.0

Compare
Choose a tag to compare
@1000101 1000101 released this 20 Mar 13:43
· 246 commits to master since this release
1591b6a

[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 to 16.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 return CBOR of redeemers as well (similar to JSON variant at /scripts/datum/{datum-hash} endpoint)