github blockfrost/blockfrost-backend-ryo v6.7.1

pre-release4 hours ago

[6.7.1] - 2026-07-15

Added

  • Optional dbSync.addressTotalsTxOutLimit config option (env BLOCKFROST_CONFIG_DBSYNC_ADDRESS_TOTALS_TX_OUT_LIMIT): /addresses/:address/total and /accounts/:stake_address/addresses/total respond with HTTP 400 for addresses/accounts exceeding the configured tx output count. Disabled by default.

Changed

  • Improved query performance of /accounts/:stake_address/addresses/total and /addresses/:address/total by aggregating in a single pass over tx_out and ma_tx_out, determining spent outputs via tx_out.consumed_by_tx_id. Asset-heavy addresses that previously timed out now complete, with order-of-magnitude speedups on large accounts. Requires cardano-db-sync with consumed-tx-out tracking enabled (the tx_out insert option set to consumed or prune).

What's Changed

  • perf(sql): single-pass aggregation for /addresses/:address/total and /accounts/:stake_address/addresses/total by @slowbackspace in #347

Full Changelog: v6.7.0...v6.7.1

Don't miss a new blockfrost-backend-ryo release

NewReleases is sending notifications on new releases.