orchard release version 0.8.0

This commit is contained in:
Kris Nuttycombe 2024-03-24 19:23:51 -06:00
parent 33474bdbfd
commit d8e2bc63c1
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>",