Skip to content

Commit

Permalink
Update Changelog (#6503)
Browse files Browse the repository at this point in the history
## Motivation

Updates the Changelog for v1.7.8
  • Loading branch information
fasmat committed Nov 28, 2024
1 parent 1adb61a commit 7a17dbd
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@

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

## UNRELEASED
## v1.7.8

### Upgrade information

### Highlights

### Features
The deprecated `--poet-server` flag was removed from the node. Using the flag before this version would have resulted
in an error asking to change to `--poet-servers`. Now the node will only print that the flag is unknown.
Use `--poet-servers` instead.

### Improvements

* [#6477](https://github.com/spacemeshos/go-spacemesh/pull/6477) Improve peer selection during sync. A node will not
request data from nodes that have not yet completed their initialization.

* [#6498](https://github.com/spacemeshos/go-spacemesh/pull/6498) Removed deprecated `--poet-server` flag. Use
`--poet-servers` instead.

* [#6500](https://github.com/spacemeshos/go-spacemesh/pull/6500) Updated post-rs dependency. This fixes an issue where
the profiler would exit with an error when profiling PoS proving options.

## v1.7.7

### Improvements
Expand Down

0 comments on commit 7a17dbd

Please sign in to comment.