Skip to content

Commit

Permalink
Merge branch 'main' into feat/trusted-setup
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
bhgomes authored Jul 8, 2022
2 parents 4596d31 + c90a4cd commit 7ad20fb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Added
- [\#131](https://github.com/Manta-Network/manta-rs/pull/131) Add abstract Phase 1 for Groth16 trusted setup

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.5.3] - 2022-07-08
### Added
- [\#141](https://github.com/Manta-Network/manta-rs/pull/141) Add `U128` type and range assertion trait to ECLAIR
- [\#144](https://github.com/Manta-Network/manta-rs/pull/144) Add new release PR template for future releases
- [\#145](https://github.com/Manta-Network/manta-rs/pull/145) Add `cargo-hakari` and `cargo-nextest` to speed up CI pipeline
Expand All @@ -16,15 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- [\#152](https://github.com/Manta-Network/manta-rs/pull/152) Make `format` and `docs` as prerequisites for the rest of the CI pipeline

### Deprecated

### Removed

### Fixed
- [\#151](https://github.com/Manta-Network/manta-rs/pull/151) Split the `Sender` and `Receiver` logic out of the `transfer` module into new `sender` and `receiver` modules

### Security

## [0.5.2] - 2022-06-28
### Added
- [\#126](https://github.com/Manta-Network/manta-rs/pull/126) Add ECLAIR v0 scaffolding and deprecate old compiler patterns
Expand Down Expand Up @@ -86,7 +93,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Security
- [\#50](https://github.com/Manta-Network/manta-rs/pull/50) Remove Trapdoor from Circuit

[Unreleased]: https://github.com/Manta-Network/manta-rs/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/Manta-Network/manta-rs/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.3
[0.5.2]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.2
[0.5.1]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.1
[0.5.0]: https://github.com/Manta-Network/manta-rs/releases/tag/v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion manta-accounting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-accounting"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-benchmark"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-crypto"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-parameters/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-parameters"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-pay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-pay"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manta-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manta-util"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
Expand Down

0 comments on commit 7ad20fb

Please sign in to comment.