File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-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.11
6
+
7
+ ### Upgrade information
8
+
9
+ This release enables the new sync improvements on server side. The node will still use syncv1 by default, but this will
10
+ allow for more testing of the new syncv2 code. No action from users is necessary at the moment.
11
+
12
+ ### Improvements
13
+
14
+ * [ #6588 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6588 ) Fix a possible race in syncv2.
15
+
16
+ * [ #6596 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6596 ) Further reduce the amount of DB connections used by
17
+ syncv2.
18
+
19
+ * [ #6573 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6573 ) Fix a possible race in how libp2p connections are
20
+ handled in the node.
21
+
22
+ * [ #6614 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6614 ) Enable syncv2 on server side by default.
23
+
5
24
## v1.7.10
6
25
7
26
### Upgrade information
You can’t perform that action at this time.
0 commit comments