Skip to content

Commit 49d64f7

Browse files
authored
Merge pull request #3438 from filecoin-project/asr/changelog
Lotus version 0.5.7
2 parents 04a9822 + f09f380 commit 49d64f7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Lotus changelog
22

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+
318
# 0.5.6 / 2020-08-29
419

520
Hotfix release that fixes a panic in the sealing scheduler (https://github.com/filecoin-project/lotus/pull/3389).

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func buildType() string {
2525
}
2626

2727
// BuildVersion is the local build version, set by build system
28-
const BuildVersion = "0.5.6"
28+
const BuildVersion = "0.5.7"
2929

3030
func UserVersion() string {
3131
return BuildVersion + buildType() + CurrentCommit

0 commit comments

Comments
 (0)