v1.13.2-rc4
This commit is contained in:
parent
ba3c96f8c6
commit
1ffc3ed3a6
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,16 +1,19 @@
|
||||
# Lotus changelog
|
||||
|
||||
# v1.13.2-rc3 / 2021-12-09
|
||||
# v1.13.2-rc4 / 2021-12-10
|
||||
|
||||
This is the second RC for lotus v1.13.2, with a dependency upgrade of ipld-legacy which will fix ChainGetNode. This
|
||||
is a highly recommended release with sealing pipeline fixes, worker management and scheduler enhancement, retrieval improvements and so on. More detailed changelog will be updated later.
|
||||
This is the 4th RC for lotus v1.13.2, with another retrieval enhancement that fills the gap that;s brought by the release. This is a highly recommended release with sealing pipeline fixes, worker management and scheduler enhancement, retrieval improvements and so on. More detailed changelog will be updated later.
|
||||
|
||||
- github.com/filecoin-project/lotus:
|
||||
- CARv2 v2.1.0
|
||||
- dagstore pieceReader: Fix wrong ErrUnexpectedEOF return in ReadAt
|
||||
- dagstore pieceReader: Always read full in ReadAt
|
||||
- Add metrics to dagstore piecereader
|
||||
- disable building of appimage on release
|
||||
- stores: Reduce log spam during retrievals
|
||||
- fix lint
|
||||
- Fix mock ReadPiece
|
||||
- fr32: Reduce MTTresh from 32M to 512k per core
|
||||
- piecereader: Avoid allocating 1024MB slices per read
|
||||
- piecereader: Avoid redundant roundtrips when seeking
|
||||
- piecereader: Move closer to storage
|
||||
- build: release: v1.13.2-rc3 ([filecoin-project/lotus#7752](https://github.com/filecoin-project/lotus/pull/7752))
|
||||
- build: release: v1.13.2-rc2 ([filecoin-project/lotus#7745](https://github.com/filecoin-project/lotus/pull/7745))
|
||||
- v1.13.2-rc1 ([filecoin-project/lotus#7718](https://github.com/filecoin-project/lotus/pull/7718))
|
||||
- Address Scheduler enhancements (#7703) review ([filecoin-project/lotus#7714](https://github.com/filecoin-project/lotus/pull/7714))
|
||||
- Scheduler enhancements ([filecoin-project/lotus#7703](https://github.com/filecoin-project/lotus/pull/7703))
|
||||
@ -62,7 +65,6 @@ is a highly recommended release with sealing pipeline fixes, worker management a
|
||||
- Intoduce update proofs enums
|
||||
- Update golangci-lint for comatibility with Go 1.17
|
||||
- Update execution image to maybe update debian version
|
||||
|
||||
|
||||
|
||||
# v1.13.1 / 2021-11-26
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -37,7 +37,7 @@ func BuildTypeString() string {
|
||||
}
|
||||
|
||||
// BuildVersion is the local build version
|
||||
const BuildVersion = "1.13.2-rc3"
|
||||
const BuildVersion = "1.13.2-rc4"
|
||||
|
||||
func UserVersion() string {
|
||||
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-miner [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.13.2-rc3
|
||||
1.13.2-rc4
|
||||
|
||||
COMMANDS:
|
||||
init Initialize a lotus miner repo
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-worker [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.13.2-rc3
|
||||
1.13.2-rc4
|
||||
|
||||
COMMANDS:
|
||||
run Start lotus worker
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.13.2-rc3
|
||||
1.13.2-rc4
|
||||
|
||||
COMMANDS:
|
||||
daemon Start a lotus daemon process
|
||||
|
Loading…
Reference in New Issue
Block a user