Merge pull request #425 from zcash/release-0.8.0

orchard release version 0.8.0
This commit is contained in:
str4d 2024-03-25 03:17:11 +00:00 committed by GitHub
commit 8cd63b31c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -7,11 +7,16 @@ and this project adheres to Rust's notion of
## [Unreleased]
## [0.8.0] - 2024-03-25
### Added
- `orchard::note::Rho`
- `orchard::action::Action::rho`
- `orchard::note_encryption::CompactAction::rho`
- `orchard::note_encryption::OrchardDomain::for_compact_action`
- Additions under the `test-dependencies` feature flag:
- `orchard::tree::MerkleHashOrchard::random`
- `impl Distribution<MerkleHashOrchard> for Standard`
### Changed
- The following methods have their `Nullifier`-typed argument or return value

2
Cargo.lock generated
View File

@ -1412,7 +1412,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "orchard"
version = "0.7.1"
version = "0.8.0"
dependencies = [
"aes",
"bitvec",

View File

@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.7.1"
version = "0.8.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",