From 70e61218414a8ab5a547867c77c4f733f35b2590 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 26 Aug 2024 16:22:19 -0600 Subject: [PATCH 1/2] Release zcash_primitives version 0.17.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- zcash_primitives/CHANGELOG.md | 5 +++++ zcash_primitives/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25b3914bd..59451f7eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6000,7 +6000,7 @@ dependencies = [ [[package]] name = "zcash_primitives" -version = "0.16.0" +version = "0.17.0" dependencies = [ "aes", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index a3942b66d..4a4fbd732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ zcash_protocol = { version = "0.3", path = "components/zcash_protocol" } zip321 = { version = "0.1", path = "components/zip321" } zcash_note_encryption = "0.4" -zcash_primitives = { version = "0.16", path = "zcash_primitives", default-features = false } +zcash_primitives = { version = "0.17", path = "zcash_primitives", default-features = false } zcash_proofs = { version = "0.16", path = "zcash_proofs", default-features = false } # Shielded protocols diff --git a/zcash_primitives/CHANGELOG.md b/zcash_primitives/CHANGELOG.md index 379ca3f66..0eff56ecb 100644 --- a/zcash_primitives/CHANGELOG.md +++ b/zcash_primitives/CHANGELOG.md @@ -7,6 +7,11 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.17.0] - 2024-08-26 + +### Changed +- Update dependencies to `zcash_protocol 0.3.0`, `zcash_address 0.5.0` + ## [0.16.0] - 2024-08-19 ### Added diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index bb015b074..c59f186b4 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_primitives" description = "Rust implementations of the Zcash primitives" -version = "0.16.0" +version = "0.17.0" authors = [ "Jack Grigg ", "Kris Nuttycombe " From ab225fc5404c7bc923886bbdcdd05e9c8a10b987 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 26 Aug 2024 16:37:47 -0600 Subject: [PATCH 2/2] Update supply chain audits for `zcash_primitives 0.17.0` --- supply-chain/audits.toml | 6 ++++++ supply-chain/imports.lock | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index c14ef21ae..d2d22e1cb 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -849,6 +849,12 @@ user-id = 1244 # ebfull start = "2019-10-08" end = "2025-04-22" +[[trusted.zcash_primitives]] +criteria = "safe-to-deploy" +user-id = 169181 # Kris Nuttycombe (nuttycom) +start = "2024-08-20" +end = "2025-08-26" + [[trusted.zcash_proofs]] criteria = ["safe-to-deploy", "crypto-reviewed", "license-reviewed"] user-id = 6289 # Jack Grigg (str4d) diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index fc733ef7f..9ed506b57 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -279,11 +279,11 @@ user-login = "nuttycom" user-name = "Kris Nuttycombe" [[publisher.zcash_primitives]] -version = "0.15.1" -when = "2024-05-24" -user-id = 6289 -user-login = "str4d" -user-name = "Jack Grigg" +version = "0.17.0" +when = "2024-08-26" +user-id = 169181 +user-login = "nuttycom" +user-name = "Kris Nuttycombe" [[publisher.zcash_proofs]] version = "0.15.0"