-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from dusk-network/upgrade_signatures
Update to new signature crates
- Loading branch information
Showing
5 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,26 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
### Changed | ||
|
||
- Exchanged `[email protected]` dependency for `[email protected]` | ||
- Exchanged `[email protected]` dependency for `[email protected]` | ||
|
||
## [0.24.0] - 2024-01-03 | ||
|
||
## Changed | ||
### Changed | ||
|
||
- Update dusk-poseidon -> 0.33 | ||
- Update dusk-schnorr -> 0.18 | ||
|
||
## [0.23.0] - 2023-12-13 | ||
|
||
## Removed | ||
### Removed | ||
|
||
- Remove `HexDebug` trait for keys [#136] | ||
- Remove `public_key` and `view_key` methods from `SecretKey` in favor of the `From` trait [#136] | ||
- Remove `public_key` method from `ViewKey` in favor of the `From` trait [#136] | ||
|
||
## Added | ||
### Added | ||
|
||
- Derive `Debug` trait for keys [#136] | ||
|
||
## Changed | ||
### Changed | ||
|
||
- Update dusk-bls12_381 -> 0.13 | ||
- Update dusk-jubjub -> 0.14 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters