Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zcash_protocol 0.4.0, zcash_primitives 0.18.0, zcash_proofs 0.18.0 #1555

Merged
merged 4 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ zcash_address = { version = "0.5", path = "components/zcash_address" }
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.3", path = "components/zcash_protocol" }
zcash_protocol = { version = "0.4", path = "components/zcash_protocol" }
zip321 = { version = "0.1", path = "components/zip321" }

zcash_note_encryption = "0.4"
zcash_primitives = { version = "0.17", path = "zcash_primitives", default-features = false }
zcash_proofs = { version = "0.17", path = "zcash_proofs", default-features = false }
zcash_primitives = { version = "0.18", path = "zcash_primitives", default-features = false }
zcash_proofs = { version = "0.18", path = "zcash_proofs", default-features = false }

# Shielded protocols
bellman = { version = "0.14", default-features = false, features = ["groth16"] }
Expand Down
1 change: 1 addition & 0 deletions components/zcash_protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.4.0] - 2024-10-02
### Added
- `impl Sub<BlockHeight> for BlockHeight` unlike the implementation that was
removed in version `0.3.0`, a saturating subtraction for block heights having
Expand Down
2 changes: 1 addition & 1 deletion components/zcash_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_protocol"
description = "Zcash protocol network constants and value types."
version = "0.3.0"
version = "0.4.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@nutty.land>",
Expand Down
12 changes: 12 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

# cargo-vet imports lock

[[unpublished.zcash_primitives]]
version = "0.18.0"
audited_as = "0.17.0"

[[unpublished.zcash_proofs]]
version = "0.18.0"
audited_as = "0.17.0"

[[unpublished.zcash_protocol]]
version = "0.4.0"
audited_as = "0.3.0"

[[publisher.bumpalo]]
version = "3.16.0"
when = "2024-04-08"
Expand Down
3 changes: 2 additions & 1 deletion zcash_client_backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ and this library adheres to Rust's notion of
- `WalletSummary::recovery_progress`

### Changed
- Migrated to `orchard 0.10`, `sapling-crypto 0.3`.
- Migrated to `orchard 0.10`, `sapling-crypto 0.3`, `zcash_primitives 0.18`,
`zcash_proofs 0.18`, `zcash_protocol 0.4`.
- The `Account` trait now uses an associated type for its `AccountId`
type instead of a type parameter. This change allows for the simplification
of some type signatures.
Expand Down
3 changes: 2 additions & 1 deletion zcash_client_sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this library adheres to Rust's notion of
## [Unreleased]

### Changed
- Migrated to `orchard 0.10`, `sapling-crypto 0.3`.
- Migrated to `orchard 0.10`, `sapling-crypto 0.3`, `zcash_primitives 0.18`,
`zcash_proofs 0.18`, `zcash_protocol 0.4`.
- `zcash_client_sqlite::error::SqliteClientError::RequestedRewindInvalid`
is now a structured variant.

Expand Down
3 changes: 2 additions & 1 deletion zcash_keys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ and this library adheres to Rust's notion of
- `impl std::error::Error for DerivationError`

### Changed
- Migrated to `orchard 0.10`, `sapling-crypto 0.3`.
- Migrated to `orchard 0.10`, `sapling-crypto 0.3`, `zcash_primitives 0.18`,
`zcash_protocol 0.4`.

## [0.3.0] - 2024-08-19
### Notable changes
Expand Down
9 changes: 7 additions & 2 deletions zcash_primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.17.0] - 2024-08-26
## [0.18.0] - 2024-10-02

### Changed
- Update dependencies to `incrementalmerkletree 0.7`, `orchard 0.10`,
`sapling-crypto 0.3`, `zcash_protocol 0.3.0`, `zcash_address 0.5.0`.
`sapling-crypto 0.3`, `zcash_protocol 0.4`.

## [0.17.0] - 2024-08-26

### Changed
- Update dependencies to `zcash_protocol 0.3`, `zcash_address 0.5`.

## [0.16.0] - 2024-08-19

Expand Down
2 changes: 1 addition & 1 deletion zcash_primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_primitives"
description = "Rust implementations of the Zcash primitives"
version = "0.17.0"
version = "0.18.0"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"
Expand Down
4 changes: 3 additions & 1 deletion zcash_proofs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.18.0] - 2024-10-02

### Changed
- Migrated to `sapling-crypto 0.3`.
- Migrated to `sapling-crypto 0.3`, `zcash_primitives 0.18`.

## [0.17.0] - 2024-08-26

Expand Down
2 changes: 1 addition & 1 deletion zcash_proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_proofs"
description = "Zcash zk-SNARK circuits and proving APIs"
version = "0.17.0"
version = "0.18.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
Expand Down
Loading