v6.7.2
Pre-release
Pre-release
[6.7.2] - 2026-08-05
Added
from/toquery parameters of/assets/:asset/transactionsare 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/openapito 0.1.91, which declares thefrom/toparameters of/assets/:asset/transactions
Fixed
/accounts/:stake_addressno longer reportsregistered: false(andactive: falsewith a nullpool_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 baretx_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