Skip to content

zcash_client_sqlite-0.17.3

@nuttycom nuttycom tagged this 29 Aug 17:55
[0.17.3] - 2025-08-29
=====================

Fixed
-----
- This release fixes possible false positive in the way that the
  `expired_unmined` column of the `v_transactions` view is computed. It now
  checks against the `mined_height` field of the UTXO, instead of joining
  against the `blocks` table to determine whether the UTXO has expired unmined;
  after this change, the corresponding block need not have been scanned in
  order to correctly determine whether the UTXO actually expired.
Assets 2
Loading