Skip to content

Commit

Permalink
Merge pull request #206 from dusk-network/rc-0.29.0
Browse files Browse the repository at this point in the history
Release candidate `0.29.0`
  • Loading branch information
Eduardo Leegwater Simões authored Jun 13, 2024
2 parents 7a7a12c + 22bd606 commit a8987f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions circuits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-circuits"
version = "0.1.0"
version = "0.2.0-rc.0"
edition = "2021"
repository = "https://github.com/dusk-network/phoenix/circuits"
description = "Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"
Expand All @@ -10,7 +10,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
phoenix-core = { version = "0.28.0", default-features = false, path = "../core" }
phoenix-core = { version = "0.29.0-rc.0", default-features = false, path = "../core" }
dusk-plonk = { version = "0.19", default-features = false }
dusk-jubjub = { version = "0.14", default-features = false }
poseidon-merkle = { version = "0.6", features = ["rkyv-impl", "zk", "size_32"] }
Expand Down
9 changes: 5 additions & 4 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add `stealth_address` and `sync_address` functions directly to note
- Add `stealth_address` and `sync_address` functions directly to note [#208]
- Add a light sync method in the `ViewKey` [#199]
- Add function `value_commitment` [#201]
- Add function `transparent_value_commitment` [#201]

### Changed

- Change `owns` and `owns_unchecked` to take `&Note`
- Change `gen_note_sk` to take `&StealthAddress`
- Change `owns` and `owns_unchecked` to take `&Note` [#208]
- Change `gen_note_sk` to take `&StealthAddress` [#208]
- Rename `crossover` to `deposit` [#190]
- Turn the value-commitment an `JubJubAffine` point [#201]
- Expose `NOTE_ENCRYPTION_SIZE` [#201]
- Make `alloc` a `default` feature [#201]

### Removed

- Remove `Ownable` trait
- Remove `Ownable` trait [#208]
- Remove `"getrandom"` feature from `aes-gcm` dependency [#195]

## [0.28.1] - 2024-05-23
Expand Down Expand Up @@ -338,6 +338,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Canonical implementation shielded by feature.

<!-- ISSUES -->
[#208]: https://github.com/dusk-network/phoenix/issues/208
[#201]: https://github.com/dusk-network/phoenix/issues/201
[#199]: https://github.com/dusk-network/phoenix/issues/199
[#195]: https://github.com/dusk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-core"
version = "0.28.1"
version = "0.29.0-rc.0"
edition = "2021"
repository = "https://github.com/dusk-network/phoenix/core"
description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"
Expand Down

0 comments on commit a8987f7

Please sign in to comment.