Skip to content

Commit

Permalink
add suggestions from review
Browse files Browse the repository at this point in the history
Co-authored-by: Marek <[email protected]>
  • Loading branch information
oxarbitrage and upbqdn committed Jan 19, 2024
1 parent 9e0d245 commit 9ab03aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
## [Zebra 1.5.1](https://github.com/ZcashFoundation/zebra/releases/tag/v1.5.1) - 2024-01-18

This release:
- Adds a scanner result reader as a zebra utility and finalize MVP scanner features.

- Adds a utility for reading scanning results, and finalizes the MVP features of the scanner.
- Adds an experimental `internal-miner` feature, which mines blocks within `zebrad`. This feature is only supported on testnet. Use a more efficient GPU or ASIC for mainnet mining.

### Added
Expand All @@ -17,14 +18,14 @@ This release:
- Blockchain scanner new features:
- Don't scan and log if we are below sapling height ([#8121](https://github.com/ZcashFoundation/zebra/pull/8121))
- Restart scanning where left ([#8080](https://github.com/ZcashFoundation/zebra/pull/8080))
- Add scanning result reader utility ([#8104](https://github.com/ZcashFoundation/zebra/pull/8104), [#8157](https://github.com/ZcashFoundation/zebra/pull/8157))

### Changed

- Improve feature flag docs ([#8114](https://github.com/ZcashFoundation/zebra/pull/8114))
- Document how to add a column family ([#8149](https://github.com/ZcashFoundation/zebra/pull/8149))
- Allow opening the database in a read-only mode ([#8079](https://github.com/ZcashFoundation/zebra/pull/8079))
- Send all zebrad logs to the journal under systemd ([#7965](https://github.com/ZcashFoundation/zebra/pull/7965))
- CI workflow: Move most scripts to their own executables ([#8005](https://github.com/ZcashFoundation/zebra/pull/8005))

### Fixed

Expand Down

0 comments on commit 9ab03aa

Please sign in to comment.