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
This commit is contained in:
Phi-rjan
2026-02-09 07:11:14 +01:00
committed by GitHub
parent fa1b340c29
commit 7b9b975194
12 changed files with 16 additions and 15 deletions

View File

@@ -10,17 +10,18 @@
# UNRELEASED
## 🐛 Bug Fixes
- fix: drain F3 data reader when skipping F3 import during snapshot import ([filecoin-project/lotus#13491](https://github.com/filecoin-project/lotus/pull/13491))
## 👌 Improvements
# Node v1.34.4-rc1 / 2025-12-10
# Node v1.34.4 / 2026-02-05
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.
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.
## Bug Fixes
- fix(eth): trace_filter returns [] for null round ranges ([filecoin-project/lotus#13483](https://github.com/filecoin-project/lotus/pull/13483))
- fix(f3): Update F3 manifest to restart F3 on calibnet ([filecoin-project/lotus#13488](https://github.com/filecoin-project/lotus/pull/13488))
- fix: drain F3 data reader when skipping F3 import during snapshot import ([filecoin-project/lotus#13491](https://github.com/filecoin-project/lotus/pull/13491))
- 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))
## 📝 Changelog

View File

@@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.34.4-rc1"
"version": "1.34.4"
},
"methods": [
{

View File

@@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.34.4-rc1"
"version": "1.34.4"
},
"methods": [
{

View File

@@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.34.4-rc1"
"version": "1.34.4"
},
"methods": [
{

View File

@@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.34.4-rc1"
"version": "1.34.4"
},
"methods": [
{

View File

@@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.34.4-rc1"
"version": "1.34.4"
},
"methods": [
{

View File

@@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.34.4-rc1"
"version": "1.34.4"
},
"methods": [
{

View File

@@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.34.4-rc1"
"version": "1.34.4"
},
"methods": [
{

View File

@@ -7,7 +7,7 @@ import (
)
// NodeBuildVersion is the local build version of the Lotus daemon
const NodeBuildVersion string = "1.34.4-rc1"
const NodeBuildVersion string = "1.34.4"
func NodeUserVersion() BuildVersion {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
@@ -18,7 +18,7 @@ func NodeUserVersion() BuildVersion {
}
// MinerBuildVersion is the local build version of the Lotus miner
const MinerBuildVersion = "1.34.4-rc1"
const MinerBuildVersion = "1.34.4"
func MinerUserVersion() BuildVersion {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

View File

@@ -8,7 +8,7 @@ USAGE:
lotus-miner [global options] command [command options]
VERSION:
1.34.4-rc1
1.34.4
COMMANDS:
init Initialize a lotus miner repo

View File

@@ -8,7 +8,7 @@ USAGE:
lotus-worker [global options] command [command options]
VERSION:
1.34.4-rc1
1.34.4
COMMANDS:
run Start lotus worker

View File

@@ -8,7 +8,7 @@ USAGE:
lotus [global options] command [command options]
VERSION:
1.34.4-rc1
1.34.4
COMMANDS:
daemon Start a lotus daemon process