Skip to content

Commit 0cad9ad

Browse files
authored
build: release Lotus Node v1.33.1 (#13239)
* chore: set v1331 stable version string chore: set v1331 stable version string * chore: update changelog chore: update changelog
1 parent 335b329 commit 0cad9ad

File tree

12 files changed

+20
-19
lines changed

12 files changed

+20
-19
lines changed

CHANGELOG.md

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

12-
# Node v1.33.1-rc1 / 2025-07-21
13-
This is the first release candidate of Lotus v1.33.1, which introduces performance improvements and operational enhancements. This release focuses on improving F3 subsystem performance, and enhancing CLI tools for better storage provider operations. Notable improvements include up to 6-10x performance gains in F3 power table calculations, ensuring that PreCommit and ProveCommit operations are aggregating to get optimal gas usage after FIP-100, and a enhanced sector management tool with CSV output support. These improvements collectively enhance the stability and efficiency of Lotus operations for both node operators and storage providers.
12+
# Node v1.33.1 / 2025-07-31
13+
This is the Lotus v1.33.1 release, which introduces performance improvements and operational enhancements. This release focuses on improving F3 subsystem performance, and enhancing CLI tools for better storage provider operations. Notable improvements include up to 6-10x performance gains in F3 power table calculations, ensuring that PreCommit and ProveCommit operations are aggregating to get optimal gas usage after FIP-100, and a enhanced sector management tool with CSV output support. These improvements collectively enhance the stability and efficiency of Lotus operations for both node operators and storage providers.
1414

1515
## ☢️ Upgrade Warnings ☢️
1616
- There are no upgrade warnings for this release candidate.
@@ -48,29 +48,30 @@ This is the first release candidate of Lotus v1.33.1, which introduces performan
4848

4949
For the full set of changes since the last stable release:
5050

51-
- Node: https://github.com/filecoin-project/lotus/compare/release/v1.33.0...release/v1.33.1-rc1
51+
- Node: https://github.com/filecoin-project/lotus/compare/release/v1.33.0...release/v1.33.1
5252

5353
## 👨‍👩‍👧‍👦 Contributors
5454

5555
| Contributor | Commits | Lines ± | Files Changed |
5656
|-------------|---------|---------|---------------|
5757
| TippyFlits | 6 | +38440/-212 | 201 |
5858
| Masih H. Derkani | 32 | +10241/-3770 | 171 |
59-
| Jakub Sztandera | 26 | +2557/-1617 | 127 |
59+
| Jakub Sztandera | 33 | +2823/-1753 | 146 |
6060
| Rod Vagg | 17 | +2089/-238 | 67 |
6161
| Steven Allen | 7 | +885/-741 | 15 |
6262
| Steve Loeppky | 8 | +389/-395 | 29 |
63+
| hanabi1224 | 1 | +533/-8 | 5 |
64+
| Phi-rjan | 8 | +346/-169 | 37 |
6365
| Sarkazein | 3 | +364/-53 | 14 |
6466
| tediou5 | 4 | +48/-318 | 29 |
6567
| Barbara Peric | 5 | +315/-24 | 12 |
6668
| beck | 3 | +116/-89 | 8 |
67-
| Phi-rjan | 3 | +115/-69 | 14 |
6869
| dependabot[bot] | 21 | +92/-90 | 42 |
6970
| Łukasz Magiera | 1 | +173/-0 | 2 |
7071
| Copilot | 2 | +106/-66 | 5 |
7172
| Krishang Shah | 1 | +113/-0 | 5 |
72-
| Phi | 2 | +42/-31 | 12 |
73-
| Piotr Galar | 4 | +54/-3 | 7 |
73+
| Piotr Galar | 3 | +47/-3 | 6 |
74+
| Phi | 1 | +12/-12 | 11 |
7475
| terry.hung | 1 | +15/-6 | 1 |
7576
| Degen Dev | 2 | +8/-8 | 6 |
7677
| bytesingsong | 1 | +7/-7 | 6 |

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.33.1-rc1"
10+
const NodeBuildVersion string = "1.33.1"
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.33.1-rc1"
21+
const MinerBuildVersion = "1.33.1"
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)