Skip to content

Commit

Permalink
Merge pull request #167 from Electric-Coin-Company/release/0.11.0
Browse files Browse the repository at this point in the history
zcash_light_client_ffi release version 0.11.0
  • Loading branch information
nuttycom authored Nov 15, 2024
2 parents e52857c + 31a97a1 commit 98c93e5
Show file tree
Hide file tree
Showing 11 changed files with 2,105 additions and 1,599 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.11.0 - 2024-11-15

### Added
- `zcashlc_derive_arbitrary_wallet_key`
- `zcashlc_derive_arbitrary_account_key`

### Changed
- Updated `librustzcash` dependencies:
- `zcash_primitives 0.20`
- `zcash_proofs 0.20`
- `zcash_keys 0.5`
- `zcash_client_backend 0.15`
- `zcash_client_sqlite 0.13`
- Updated to `rusqlite` version `0.32`
- Updated to `tor-rtcompat` version `0.23`
- `zcashlc_propose_transfer`, `zcashlc_propose_transfer_from_uri` and
`zcashlc_propose_shielding` no longer accpt a `use_zip317_fees` parameter;
ZIP 317 standard fees are now always used and are not configurable.

## 0.10.2 - 2024-10-22

### Changed
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 98c93e5

Please sign in to comment.