File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
See [ RELEASE] ( ./RELEASE.md ) for workflow instructions.
4
4
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
+
5
29
## v1.7.9
6
30
7
31
### Upgrade information
You can’t perform that action at this time.
0 commit comments