Merge pull request #3438 from filecoin-project/asr/changelog
Lotus version 0.5.7
This commit is contained in:
commit
49d64f7f7e
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
|||||||
# Lotus changelog
|
# Lotus changelog
|
||||||
|
|
||||||
|
# 0.5.7 / 2020-08-31
|
||||||
|
|
||||||
|
This patch release includes some bugfixes and enhancements to the sector lifecycle and message pool logic.
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
- Rebuild unsealed infos on miner restart (https://github.com/filecoin-project/lotus/pull/3401)
|
||||||
|
- CLI to attach storage paths to workers (https://github.com/filecoin-project/lotus/pull/3405)
|
||||||
|
- Do not select negative performing message chains for inclusion (https://github.com/filecoin-project/lotus/pull/3392)
|
||||||
|
- Remove a redundant error-check (https://github.com/filecoin-project/lotus/pull/3421)
|
||||||
|
- Correctly move unsealed sectors in `FinalizeSectors` (https://github.com/filecoin-project/lotus/pull/3424)
|
||||||
|
- Improve worker selection logic (https://github.com/filecoin-project/lotus/pull/3425)
|
||||||
|
- Don't use context to close bitswap (https://github.com/filecoin-project/lotus/pull/3430)
|
||||||
|
- Correctly estimate gas premium when there is only one message on chain (https://github.com/filecoin-project/lotus/pull/3428)
|
||||||
|
|
||||||
# 0.5.6 / 2020-08-29
|
# 0.5.6 / 2020-08-29
|
||||||
|
|
||||||
Hotfix release that fixes a panic in the sealing scheduler (https://github.com/filecoin-project/lotus/pull/3389).
|
Hotfix release that fixes a panic in the sealing scheduler (https://github.com/filecoin-project/lotus/pull/3389).
|
||||||
|
@ -25,7 +25,7 @@ func buildType() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// BuildVersion is the local build version, set by build system
|
// BuildVersion is the local build version, set by build system
|
||||||
const BuildVersion = "0.5.6"
|
const BuildVersion = "0.5.7"
|
||||||
|
|
||||||
func UserVersion() string {
|
func UserVersion() string {
|
||||||
return BuildVersion + buildType() + CurrentCommit
|
return BuildVersion + buildType() + CurrentCommit
|
||||||
|
Loading…
Reference in New Issue
Block a user