File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
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
- ## UNRELEASED
5
+ ## v1.7.8
6
6
7
7
### Upgrade information
8
8
9
- ### Highlights
10
-
11
- ### Features
9
+ The deprecated ` --poet-server ` flag was removed from the node. Using the flag before this version would have resulted
10
+ in an error asking to change to ` --poet-servers ` . Now the node will only print that the flag is unknown.
11
+ Use ` --poet-servers ` instead.
12
12
13
13
### Improvements
14
14
15
+ * [ #6477 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6477 ) Improve peer selection during sync. A node will not
16
+ request data from nodes that have not yet completed their initialization.
17
+
18
+ * [ #6498 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6498 ) Removed deprecated ` --poet-server ` flag. Use
19
+ ` --poet-servers ` instead.
20
+
21
+ * [ #6500 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6500 ) Updated post-rs dependency. This fixes an issue where
22
+ the profiler would exit with an error when profiling PoS proving options.
23
+
15
24
## v1.7.7
16
25
17
26
### Improvements
You can’t perform that action at this time.
0 commit comments