Skip to content

v6.7.0

Pre-release
Pre-release

Choose a tag to compare

@slowbackspace slowbackspace released this 23 Jun 19:13
4b1ceeb

[6.7.0] - 2026-06-23

Added

  • New /scripts/:script_hash/utxos endpoint — paged list of UTXOs holding the given script as a reference script (CIP-33), usable as reference inputs (CIP-31). Resolves a script hash directly to its deployment UTXOs without enumerating addresses. Requires cardano-db-sync with consumed-tx-out tracking enabled (the tx_out insert option set to consumed or prune), as the query filters unspent outputs via tx_out.consumed_by_tx_id.

Changed

  • Improved query performance of /governance/dreps/:drep_id/votes and /accounts/:stake_address/delegations by paginating before joining auxiliary tables.

What's Changed

Full Changelog: v6.6.1...v6.7.0