Skip to content

Commit

Permalink
Update CHANGELOG for zcash-light-client-ffi 0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Jan 30, 2024
1 parent de9ac6f commit 1d3eb80
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ All notable changes to this library will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.5.0 - 2024-01-29

## Notable Changes

This release updates the `librustzcash` dependencies to the stable interim tag
`ecc_sdk-20240129`. This provides improvements to wallet query performance that
have not yet been released in a published version of the `zcash_client_sqlite`
crate, as well as numerous unreleased changes to the `zcash_client_backend` and
`zcash_primitives` crates.

### Added
- FFI data structures:
- `FfiBalance`
- `FfiAccountBalance`
- `FfiWalletSummary`
- `FfiScanSummary`
- `FfiBoxedSlice`
- FFI methods:
- `zcashlc_get_wallet_summary`
- `zcashlc_free_wallet_summary`
- `zcashlc_free_scan_summary`

### Changed
- `zcashlc_scan_blocks` now returns a `FfiScanSummary` value.

### Removed
- `zcashlc_get_balance` (use `zcashlc_get_wallet_summary` instead)
- `zcashlc_get_verified_balance` (use `zcashlc_get_wallet_summary` instead)

## 0.4.1 - 2023-10-20

### Issues Resolved
Expand Down

0 comments on commit 1d3eb80

Please sign in to comment.