Skip to content

Commit 486c24e

Browse files
committed
Update CHANGELOG with latest changes (#6349)
## Motivation Add info about recent changes to `CHANGELOG.md` in preparation for release.
1 parent 94db9f8 commit 486c24e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ See [RELEASE](./RELEASE.md) for workflow instructions.
88

99
Ensure you are running v1.6.x before upgrading to v1.7.0, if you skip v1.6.x your node will not be able to fully migrate
1010
its local state. Upgrading from v1.6.x to v1.7.0 will require a time consuming database migration that optimizes how
11-
the node stores at locally and will not allow you to downgrade to v1.6.x again.
11+
the node stores state locally and will not allow you to downgrade to v1.6.x again. The upgrade process requires you
12+
to have at least the same amount of free disk space as your current database size for the duration of the migration.
1213

1314
The command line flag `--scan-malfeasant-atxs` has been removed. All malfeasant ATXs before 1.6.0 have been marked as
1415
such and the node will continue to scan new ATXs for their validity.
@@ -22,7 +23,7 @@ migration, after which it will be freed again.
2223
The node will now continue to try to register at all configured PoETs until the end of the registration window instead
2324
of giving up on non-responding PoETs after 15-20 minutes.
2425

25-
Various minor improvements have been made to the node to improve performance and reduce the amount of log spam.
26+
Various smaller improvements have been made to the node to improve performance and reduce the amount of log spam.
2627

2728
### Features
2829

@@ -53,6 +54,9 @@ are doing.
5354
* [#6274](https://github.com/spacemeshos/go-spacemesh/pull/6274) Additional queries to PoETs are now cached to reduce
5455
the number of requests made to PoET servers.
5556

57+
* [#6317](https://github.com/spacemeshos/go-spacemesh/pull/6317) Improved the proposal building process. This will
58+
reduce the likelihood of nodes publishing proposals late in 1:N setups.
59+
5660
## Release v1.6.8
5761

5862
### Improvements

0 commit comments

Comments
 (0)