Skip to content

Commit 7a17dbd

Browse files
committed
Update Changelog (#6503)
## Motivation Updates the Changelog for v1.7.8
1 parent 1adb61a commit 7a17dbd

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22

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

5-
## UNRELEASED
5+
## v1.7.8
66

77
### Upgrade information
88

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.
1212

1313
### Improvements
1414

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+
1524
## v1.7.7
1625

1726
### Improvements

0 commit comments

Comments
 (0)