Skip to content

Commit

Permalink
Merge pull request #1516 from zcash/release/zcash_protocol-0.3.0
Browse files Browse the repository at this point in the history
Release zcash_protocol version 0.3.0
  • Loading branch information
nuttycom authored Aug 26, 2024
2 parents b91f3c1 + f54be17 commit 254cd5a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 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 @@ -36,7 +36,7 @@ zcash_address = { version = "0.4", 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.2", path = "components/zcash_protocol" }
zcash_protocol = { version = "0.3", path = "components/zcash_protocol" }
zip321 = { version = "0.1", path = "components/zip321" }

zcash_note_encryption = "0.4"
Expand Down
8 changes: 6 additions & 2 deletions components/zcash_protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.3.0] - 2024-08-26
### Changed
- Testnet activation height has been set for `consensus::BranchId::Nu6`.

### Removed
- `impl {Add, Sub} for BlockHeight` - these operations were unused, and block
heights are a vector space, not a monoid.
- `impl {Add, Sub} for BlockHeight` - these operations were unused, and it
does not make sense to add block heights (it is not a monoid.)

## [0.2.0] - 2024-08-19
### Added
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.2.0"
version = "0.3.0"
authors = [
"Jack Grigg <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down
11 changes: 2 additions & 9 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,6 @@ user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_client_sqlite]]
version = "0.11.0"
when = "2024-08-20"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_client_sqlite]]
version = "0.11.1"
when = "2024-08-21"
Expand Down Expand Up @@ -300,8 +293,8 @@ user-login = "str4d"
user-name = "Jack Grigg"

[[publisher.zcash_protocol]]
version = "0.2.0"
when = "2024-08-19"
version = "0.3.0"
when = "2024-08-26"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"
Expand Down

0 comments on commit 254cd5a

Please sign in to comment.