Skip to content

Commit

Permalink
Merge pull request #166 from Electric-Coin-Company/feature/note_manag…
Browse files Browse the repository at this point in the history
…ement

Update transaction proposal creation to use `MultiOutputChangeStrategy`
  • Loading branch information
nuttycom authored Nov 15, 2024
2 parents 02bea62 + bbce08c commit b3224a5
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 704 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `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
Loading

0 comments on commit b3224a5

Please sign in to comment.