Skip to content

Commit

Permalink
Merge pull request #184 from Electric-Coin-Company/pczt_with_user_add…
Browse files Browse the repository at this point in the history
…ress

Update to released versions of `orchard`, `sapling-crypto` and the `librustzcash` crates.
  • Loading branch information
nuttycom authored Dec 17, 2024
2 parents 8985e26 + 60d4018 commit 9e21994
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 60 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,25 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.12.0 - 2024-12-16

### Added
- `zcashlc_derive_address_from_ufvk`
- `zcashlc_derive_address_from_uivk`
- `zcashlc_create_pczt_from_proposal`
- `zcashlc_add_proofs_to_pczt`
- `zcashlc_extract_and_store_from_pczt`

### Changed
- Updated dependencies:
- `sapling-crypto 0.4`
- `orchard 0.10.1`
- `zcash_primitives 0.21`
- `zcash_proofs 0.21`
- `zcash_keys 0.6`
- `zcash_client_backend 0.16`
- `zcash_client_sqlite 0.14`

### Removed
- `zcashlc_get_memo_as_utf8`

Expand Down
152 changes: 113 additions & 39 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e21994

Please sign in to comment.