Skip to content

Commit 988dd4a

Browse files
committed
Update CHANGELOG for v1.7.10 release (#6585)
## Motivation Prepare CHANGELOG for v1.7.10 release
1 parent c8752c5 commit 988dd4a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## v1.7.10
6+
7+
### Upgrade information
8+
9+
The previous release (v1.7.9) contained a bug where, if used on other networks than mainnet, hare consensus would not
10+
be compatible to other versions. Mainnet was not affected by this bug and this release fixes the issue.
11+
12+
### Improvements
13+
14+
* [#6552](https://github.com/spacemeshos/go-spacemesh/pull/6552) The ATX with the greatest height can now be fetched
15+
via the v2alpha1 API.
16+
17+
* [#6558](https://github.com/spacemeshos/go-spacemesh/pull/6558) Reduce the number of needed DB queries in syncv2.
18+
19+
* [#6559](https://github.com/spacemeshos/go-spacemesh/pull/6559) Further reduce the number of needed DB queries in
20+
syncv2.
21+
22+
* [#6579](https://github.com/spacemeshos/go-spacemesh/pull/6579) Fix a bug where Hare Committee size was not correctly
23+
set for non-mainnet networks.
24+
25+
* [#6575](https://github.com/spacemeshos/go-spacemesh/pull/6575) Removal of a possible deadlock in query cache.
26+
27+
* [#6576](https://github.com/spacemeshos/go-spacemesh/pull/6576) More reductions in the number of DB queries in syncv2.
28+
529
## v1.7.9
630

731
### Upgrade information

0 commit comments

Comments
 (0)