Skip to content

Commit 7b9b975

Browse files
authored
build: release Lotus Node and Miner v1.34.4 (#13489)
* build: release Lotus Node and Miner v1.34.4 build: release Lotus Node and Miner v1.34.4 * chore: update changelog for v1.34.4 release chore: update changelog for v1.34.4 release * chore: backport #13491 to the `release/v1.34.4` branch (#13492) fix: drain F3 data reader when skipping F3 import during snapshot import (#13491) * build: release Lotus Node and Miner v1.34.4 build: release Lotus Node and Miner v1.34.4 * chore: update changelog for v1.34.4 release chore: update changelog for v1.34.4 release * chore: update changelog chore: update changelog
1 parent fa1b340 commit 7b9b975

File tree

12 files changed

+16
-15
lines changed

12 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010
# UNRELEASED
1111

1212
## 🐛 Bug Fixes
13-
- fix: drain F3 data reader when skipping F3 import during snapshot import ([filecoin-project/lotus#13491](https://github.com/filecoin-project/lotus/pull/13491))
1413

1514
## 👌 Improvements
1615

17-
# Node v1.34.4-rc1 / 2025-12-10
16+
# Node v1.34.4 / 2026-02-05
1817

19-
This is a patch release candidate primarily to include the fr32 fix required for Storage Provider software. All SPs (including Curio SPs) should update to this latest Lotus release.
18+
This is a patch release that includes bug fixes and backports, notably the fr32 fix for Storage Provider compatibility and the F3 restart on calibnet.
2019

2120
## Bug Fixes
2221

2322
- fix(eth): trace_filter returns [] for null round ranges ([filecoin-project/lotus#13483](https://github.com/filecoin-project/lotus/pull/13483))
23+
- fix(f3): Update F3 manifest to restart F3 on calibnet ([filecoin-project/lotus#13488](https://github.com/filecoin-project/lotus/pull/13488))
24+
- fix: drain F3 data reader when skipping F3 import during snapshot import ([filecoin-project/lotus#13491](https://github.com/filecoin-project/lotus/pull/13491))
2425
- fix(fr32): Update go-commp-utils to include fr32 fixes for Storage Provider compatibility ([filecoin-project/lotus#13455](https://github.com/filecoin-project/lotus/pull/13455))
2526

2627
## 📝 Changelog

build/openrpc/full.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/gateway.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/miner.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/v0/gateway.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/v2/full.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/v2/gateway.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/openrpc/worker.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// NodeBuildVersion is the local build version of the Lotus daemon
10-
const NodeBuildVersion string = "1.34.4-rc1"
10+
const NodeBuildVersion string = "1.34.4"
1111

1212
func NodeUserVersion() BuildVersion {
1313
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
@@ -18,7 +18,7 @@ func NodeUserVersion() BuildVersion {
1818
}
1919

2020
// MinerBuildVersion is the local build version of the Lotus miner
21-
const MinerBuildVersion = "1.34.4-rc1"
21+
const MinerBuildVersion = "1.34.4"
2222

2323
func MinerUserVersion() BuildVersion {
2424
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

documentation/en/cli-lotus-miner.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)