Compare commits

...

3 Commits

Author SHA1 Message Date
Kris Nuttycombe 3606b430db
Merge c6ff554d10 into 8cd63b31c4 2024-03-25 01:50:51 -04:00
str4d 8cd63b31c4
Merge pull request #425 from zcash/release-0.8.0
orchard release version 0.8.0
2024-03-25 03:17:11 +00:00
Kris Nuttycombe d8e2bc63c1 orchard release version 0.8.0 2024-03-24 20:02:17 -06:00
3 changed files with 7 additions and 2 deletions

View File

@ -7,12 +7,17 @@ and this project adheres to Rust's notion of
## [Unreleased]
## [0.8.0] - 2024-03-25
### Added
- `orchard::keys::IncomingViewingKey::prepare`
- `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>",