Skip to content

Commit 837ff35

Browse files
authored
build: release Lotus Node v1.32.3 (#13079)
* build: release Lotus Node v1.32.3 build: release Lotus Node v1.32.3 * chore: update changelog for v1.32.3 release chore: update changelog for v1.32.3 release * chore: make gen & make docsgen-cli chore: make gen & make docsgen-cli
1 parent 006bd57 commit 837ff35

File tree

9 files changed

+22
-9
lines changed

9 files changed

+22
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,21 @@
99
1010
# UNRELEASED
1111

12+
# Node v1.32.3 / 2025-04-29
13+
14+
This Node v1.32.3 patch release contains a critical update for all node operators. This release ensures that the F3 initial power table CID is correctly set in your Lotus node now that F3 is enabled on Mainnet. All node operators must upgrade to this release before their next node restart to ensure proper F3 functionality.
15+
16+
## ☢️ Upgrade Warnings ☢️
17+
- All node operators must upgrade to this release before their next node restart to ensure proper F3 functionality. Storage providers only needs to upgrade their Lotus chain node to this release.
18+
19+
## 📝 Changelog
20+
1221
- feat: set F3 initial power table for mainnet ([filecoin-project/lotus#13077](https://github.com/filecoin-project/lotus/pull/13077))
1322

23+
For the set of changes since the last stable release:
24+
25+
- Node: https://github.com/filecoin-project/lotus/compare/v1.31.2...v1.32.3
26+
1427
# Node and Miner v1.32.2 / 2025-04-04
1528

1629
This Lotus v1.32.2 release is a **MANDATORY patch release**. After the Calibration network upgraded to nv25, a bug was discovered in the ref-fvm KAMT library affecting ERC-20 token minting operations. You can read the the full techincal breakdown of the issue [here](https://github.com/filecoin-project/builtin-actors/pull/1667).

build/openrpc/full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openrpc": "1.2.6",
33
"info": {
44
"title": "Lotus RPC API",
5-
"version": "1.32.2"
5+
"version": "1.32.3"
66
},
77
"methods": [
88
{

build/openrpc/gateway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openrpc": "1.2.6",
33
"info": {
44
"title": "Lotus RPC API",
5-
"version": "1.32.2"
5+
"version": "1.32.3"
66
},
77
"methods": [
88
{

build/openrpc/miner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openrpc": "1.2.6",
33
"info": {
44
"title": "Lotus RPC API",
5-
"version": "1.32.2"
5+
"version": "1.32.3"
66
},
77
"methods": [
88
{

build/openrpc/worker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openrpc": "1.2.6",
33
"info": {
44
"title": "Lotus RPC API",
5-
"version": "1.32.2"
5+
"version": "1.32.3"
66
},
77
"methods": [
88
{

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.32.2"
10+
const NodeBuildVersion string = "1.32.3"
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.32.2"
21+
const MinerBuildVersion = "1.32.3"
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
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
lotus-miner [global options] command [command options]
99
1010
VERSION:
11-
1.32.2
11+
1.32.3
1212
1313
COMMANDS:
1414
init Initialize a lotus miner repo

documentation/en/cli-lotus-worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
lotus-worker [global options] command [command options]
99
1010
VERSION:
11-
1.32.2
11+
1.32.3
1212
1313
COMMANDS:
1414
run Start lotus worker

documentation/en/cli-lotus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
lotus [global options] command [command options]
99
1010
VERSION:
11-
1.32.2
11+
1.32.3
1212
1313
COMMANDS:
1414
daemon Start a lotus daemon process

0 commit comments

Comments
 (0)