Skip to content

Commit

Permalink
Merge pull request #39 from trilitech/[email protected]
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
emturner authored May 12, 2023
2 parents c4b2d31 + 971dbb6 commit 5df8154
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 184 deletions.
36 changes: 34 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- Ed25519 implementation switched from `ed25519_compact` to `ed25519-dalek`.
- `PublicKeyEd25519::sign` no longer takes an `Iterator`, instead only one `AsRef<u8>` is allowed.
- Nothing.

### Deprecated

Expand All @@ -34,6 +33,39 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Nothing.

## [0.5.0] - 2023-05-12

### Added

- Nothing.

### Changed

- Ed25519 implementation switched from `ed25519_compact` to `ed25519-dalek`.
- `PublicKeyEd25519::sign` no longer takes an `Iterator`, instead only one `AsRef<u8>` is allowed.
- Depencies bumped, including `nom` -> `7.1`.

### Deprecated

- Nothing.

### Removed

- `tezos_crypto_rs`: errors no longer implement `PartialEq`, `Clone`.
- `tezos_crypto_rs`: errors no longer are (de)serializable with serde.

### Fixed

- Nothing.

### Security

- Nothing.

### Performance

- Improvements in verification of `tz1` signatures, due to change in Ed25519 backend.

## [0.4.4] - 2023-03-16

### Fixed
Expand Down
Loading

0 comments on commit 5df8154

Please sign in to comment.