File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Lotus changelog
2
2
3
+ # 0.5.7 / 2020-08-31
4
+
5
+ This patch release includes some bugfixes and enhancements to the sector lifecycle and message pool logic.
6
+
7
+ ## Changes
8
+
9
+ - Rebuild unsealed infos on miner restart (https://github.com/filecoin-project/lotus/pull/3401 )
10
+ - CLI to attach storage paths to workers (https://github.com/filecoin-project/lotus/pull/3405 )
11
+ - Do not select negative performing message chains for inclusion (https://github.com/filecoin-project/lotus/pull/3392 )
12
+ - Remove a redundant error-check (https://github.com/filecoin-project/lotus/pull/3421 )
13
+ - Correctly move unsealed sectors in ` FinalizeSectors ` (https://github.com/filecoin-project/lotus/pull/3424 )
14
+ - Improve worker selection logic (https://github.com/filecoin-project/lotus/pull/3425 )
15
+ - Don't use context to close bitswap (https://github.com/filecoin-project/lotus/pull/3430 )
16
+ - Correctly estimate gas premium when there is only one message on chain (https://github.com/filecoin-project/lotus/pull/3428 )
17
+
3
18
# 0.5.6 / 2020-08-29
4
19
5
20
Hotfix release that fixes a panic in the sealing scheduler (https://github.com/filecoin-project/lotus/pull/3389 ).
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ func buildType() string {
25
25
}
26
26
27
27
// BuildVersion is the local build version, set by build system
28
- const BuildVersion = "0.5.6 "
28
+ const BuildVersion = "0.5.7 "
29
29
30
30
func UserVersion () string {
31
31
return BuildVersion + buildType () + CurrentCommit
You can’t perform that action at this time.
0 commit comments