Skip to content

Commit 98c93e5

Browse files
authored
Merge pull request #167 from Electric-Coin-Company/release/0.11.0
zcash_light_client_ffi release version 0.11.0
2 parents e52857c + 31a97a1 commit 98c93e5

File tree

11 files changed

+2105
-1599
lines changed

11 files changed

+2105
-1599
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 0.11.0 - 2024-11-15
10+
11+
### Added
12+
- `zcashlc_derive_arbitrary_wallet_key`
13+
- `zcashlc_derive_arbitrary_account_key`
14+
15+
### Changed
16+
- Updated `librustzcash` dependencies:
17+
- `zcash_primitives 0.20`
18+
- `zcash_proofs 0.20`
19+
- `zcash_keys 0.5`
20+
- `zcash_client_backend 0.15`
21+
- `zcash_client_sqlite 0.13`
22+
- Updated to `rusqlite` version `0.32`
23+
- Updated to `tor-rtcompat` version `0.23`
24+
- `zcashlc_propose_transfer`, `zcashlc_propose_transfer_from_uri` and
25+
`zcashlc_propose_shielding` no longer accpt a `use_zip317_fees` parameter;
26+
ZIP 317 standard fees are now always used and are not configurable.
27+
928
## 0.10.2 - 2024-10-22
1029

1130
### Changed

releases/XCFramework/libzcashlc.xcframework/ios-arm64/libzcashlc.framework/Headers/zcashlc.h

+209-154
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)