File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ See [RELEASE](./RELEASE.md) for workflow instructions.
8
8
9
9
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
10
10
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.
12
13
13
14
The command line flag ` --scan-malfeasant-atxs ` has been removed. All malfeasant ATXs before 1.6.0 have been marked as
14
15
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.
22
23
The node will now continue to try to register at all configured PoETs until the end of the registration window instead
23
24
of giving up on non-responding PoETs after 15-20 minutes.
24
25
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.
26
27
27
28
### Features
28
29
@@ -53,6 +54,9 @@ are doing.
53
54
* [ #6274 ] ( https://github.com/spacemeshos/go-spacemesh/pull/6274 ) Additional queries to PoETs are now cached to reduce
54
55
the number of requests made to PoET servers.
55
56
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
+
56
60
## Release v1.6.8
57
61
58
62
### Improvements
You can’t perform that action at this time.
0 commit comments