Skip to content

v6.7.2

Pre-release
Pre-release

Choose a tag to compare

@slowbackspace slowbackspace released this 05 Aug 14:55
f2d69f3

[6.7.2] - 2026-08-05

Added

  • from/to query parameters of /assets/:asset/transactions are now functional: block-range filtering (block_number[:tx_index], inclusive), matching /addresses/:address/transactions. The parameters were parsed since 1.0.0 but never applied to the query (and were stripped by schema validation).

Changed

  • Updated @blockfrost/openapi to 0.1.91, which declares the from/to parameters of /assets/:asset/transactions

Fixed

  • /accounts/:stake_address no longer reports registered: false (and active: false with a null pool_id) for accounts whose latest deregistration and re-registration happened in the same transaction. Certificate comparisons now use (tx_id, cert_index) in ledger order instead of bare tx_id (#349)

What's Changed

  • feat: from to in asset transactions by @mmahut in #348
  • fix(accounts): resolve same-tx certificate ordering by (tx_id, cert_index) by @slowbackspace in #350

Full Changelog: v6.7.1...v6.7.2