Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Update CHANGELOG for v1.7.10 release #6585

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

See [RELEASE](./RELEASE.md) for workflow instructions.

## v1.7.10

### Upgrade information

The previous release (v1.7.9) contained a bug where, if used on other networks than mainnet, hare consensus would not
be compatible to other versions. Mainnet was not affected by this bug and this release fixes the issue.

### Improvements

* [#6552](https://github.com/spacemeshos/go-spacemesh/pull/6552) The ATX with the greatest height can now be fetched
via the v2alpha1 API.

* [#6558](https://github.com/spacemeshos/go-spacemesh/pull/6558) Reduce the number of needed DB queries in syncv2.

* [#6559](https://github.com/spacemeshos/go-spacemesh/pull/6559) Further reduce the number of needed DB queries in
syncv2.

* [#6579](https://github.com/spacemeshos/go-spacemesh/pull/6579) Fix a bug where Hare Committee size was not correctly
set for non-mainnet networks.

* [#6575](https://github.com/spacemeshos/go-spacemesh/pull/6575) Removal of a possible deadlock in query cache.

* [#6576](https://github.com/spacemeshos/go-spacemesh/pull/6576) More reductions in the number of DB queries in syncv2.

## v1.7.9

### Upgrade information
Expand Down
Loading