Skip to content

Commit

Permalink
Merge pull request #1504 from zcash/release/zcash_client_backend-0.13.0
Browse files Browse the repository at this point in the history
release zcash_client_backend version 0.13.0
  • Loading branch information
nuttycom authored Aug 20, 2024
2 parents c153209 + df32629 commit ed66c79
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ categories = ["cryptography::cryptocurrencies"]
# Intra-workspace dependencies
equihash = { version = "0.2", path = "components/equihash" }
zcash_address = { version = "0.4", path = "components/zcash_address" }
zcash_client_backend = { version = "0.12", path = "zcash_client_backend" }
zcash_client_backend = { version = "0.13", path = "zcash_client_backend" }
zcash_encoding = { version = "0.2.1", path = "components/zcash_encoding" }
zcash_keys = { version = "0.3", path = "zcash_keys" }
zcash_protocol = { version = "0.2", path = "components/zcash_protocol" }
Expand Down
6 changes: 0 additions & 6 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -609,12 +609,6 @@ who = "Daira-Emma Hopwood <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.6.0 -> 1.7.0"

[[audits.zip321]]
who = "Kris Nuttycombe <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.0"
notes = "This crate contains no unsafe code."

[[trusted.equihash]]
criteria = "safe-to-deploy"
user-id = 6289 # Jack Grigg (str4d)
Expand Down
4 changes: 2 additions & 2 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ user-login = "str4d"
user-name = "Jack Grigg"

[[publisher.zcash_client_backend]]
version = "0.12.1"
when = "2024-03-27"
version = "0.13.0"
when = "2024-08-20"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"
Expand Down
11 changes: 10 additions & 1 deletion zcash_client_backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Notable changes

## [0.13.0] - 2024-08-20

`zcash_client_backend` now supports TEX (transparent-source-only) addresses as specified
in ZIP 320. Sending to one or more TEX addresses will automatically create a multi-step
proposal that uses two transactions.
Expand Down Expand Up @@ -49,6 +51,13 @@ funds to those addresses. See [ZIP 320](https://zips.z.cash/zip-0320) for detail

### Changed
- MSRV is now 1.70.0.
- Updated dependencies:
- `zcash_address 0.4`
- `zcash_encoding 0.2.1`
- `zcash_keys 0.3`
- `zcash_primitives 0.16`
- `zcash_protocol 0.2`
- `zip321 0.1`
- Migrated to `tonic 0.12`.
- The `lightwalletd-tonic` feature flag no longer works on `wasm32-wasi` due
to https://github.com/hyperium/tonic/issues/1783.
Expand Down
2 changes: 1 addition & 1 deletion zcash_client_backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_client_backend"
description = "APIs for creating shielded Zcash light clients"
version = "0.12.1"
version = "0.13.0"
authors = [
"Jack Grigg <[email protected]>",
"Kris Nuttycombe <[email protected]>"
Expand Down

0 comments on commit ed66c79

Please sign in to comment.