Skip to content

Commit 4e64bcb

Browse files
authored
build: release Lotus Node and Miner v1.34.4-rc1 (#13457)
1 parent c3b13a6 commit 4e64bcb

File tree

12 files changed

+43
-12
lines changed

12 files changed

+43
-12
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,37 @@
1313
- docs: fix outdated link in documentation ([#13436](https://github.com/filecoin-project/lotus/pull/13436))
1414
- docs: fix dead link in documentation ([#13437](https://github.com/filecoin-project/lotus/pull/13437))
1515

16+
# Node v1.34.4-rc1 / 2025-12-10
17+
18+
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.
19+
20+
## Bug Fixes
21+
22+
- 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))
23+
24+
## 📝 Changelog
25+
26+
For the set of changes since the last stable release:
27+
28+
- Node: https://github.com/filecoin-project/lotus/compare/release/v1.34.3...release/v1.34.4-rc1
29+
30+
## 👨‍👩‍👧‍👦 Contributors
31+
32+
| Contributor | Commits | Lines ± | Files Changed |
33+
|-------------|---------|---------|---------------|
34+
| Łukasz Magiera | 1 | +837/-88 | 6 |
35+
| Phi-rjan | 4 | +111/-36 | 25 |
36+
| Phi | 2 | +26/-12 | 12 |
37+
| zjumathcode | 1 | +0/-32 | 32 |
38+
| Luca Moretti | 1 | +7/-7 | 7 |
39+
| bigmoonbit | 1 | +0/-13 | 9 |
40+
| xiaolinny | 1 | +6/-6 | 5 |
41+
| Block Wizard | 1 | +4/-1 | 2 |
42+
| mk0walsk | 1 | +2/-2 | 2 |
43+
| beck | 1 | +2/-1 | 1 |
44+
| Piotr Galar | 1 | +3/-0 | 1 |
45+
| Evan Etton | 1 | +2/-1 | 2 |
46+
1647
# Node v1.34.3 / 2025-12-03
1748

1849
This is a patch release addressing Docker image glibc compatibility errors reported in v1.34.2. This update is only necessary for users running Lotus via Docker who encountered `GLIBC_2.32/2.33/2.34 not found` errors.

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-dev"
10+
const NodeBuildVersion string = "1.34.4-rc1"
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-dev"
21+
const MinerBuildVersion = "1.34.4-rc1"
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)