Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: teor <teor@riseup.net>
  • Loading branch information
arya2 and teor2345 authored Dec 7, 2023
1 parent 7e5ac91 commit 9629d7b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org).

## [Zebra 1.5.0](https://github.com/ZcashFoundation/zebra/releases/tag/v1.5.0) - 2023-11-28

This release avoids a panic when reading cached sprout or history trees in Zebra v1.4.0,
This release fixes a panic that was introduced in Zebra v1.4.0, which happens in rare circumstances when reading cached sprout or history trees.
improves how Zebra recovers from network interruptions, avoids potential network hangs, and
limits the ability of synthetic nodes to spread throughout the network through Zebra to
address some of the Ziggurat red team report.

As of this release, Zebra requires Rust 1.73 to build.

Finally, we've added an experimental "shielded-scan" feature and the zebra-scan crate as steps
towards supporting shielded scanning in Zebra. There are still known security issues with this
feature, it is not recommended to use important private keys when testing Zebra's experimental
shielded scanning support. Ongoing development is tracked in issue [#7728](https://github.com/ZcashFoundation/zebra/issues/7728).
towards supporting shielded scanning in Zebra. This feature has known security issues.
It is for experimental use only. Ongoing development is tracked in issue [#7728](https://github.com/ZcashFoundation/zebra/issues/7728).

As of this release, Zebra requires Rust 1.73 to build.
### Important Security Warning

Do not use regular or sensitive viewing keys with Zebra's experimental scanning feature. Do not use this
feature on a shared machine. We suggest generating new keys for experimental use.

### Security

Expand Down Expand Up @@ -53,7 +57,7 @@ As of this release, Zebra requires Rust 1.73 to build.
### Contributors

Thank you to everyone who contributed to this release, we couldn't make Zebra without you:
@arya2, @dependabot[bot], @oxarbitrage, @teor2345 and @upbqdn
@arya2, @oxarbitrage, @teor2345 and @upbqdn

## [Zebra 1.4.0](https://github.com/ZcashFoundation/zebra/releases/tag/v1.4.0) - 2023-11-07

Expand Down

0 comments on commit 9629d7b

Please sign in to comment.