From de94ebdefa06644b62c89b23a4874a0a06c49332 Mon Sep 17 00:00:00 2001 From: Phi Date: Mon, 27 Jan 2025 10:12:54 +0100 Subject: [PATCH 1/4] build: release Lotus Node v1.31.1 build: release Lotus Node v1.31.1 --- build/openrpc/full.json | 2 +- build/openrpc/gateway.json | 2 +- build/openrpc/miner.json | 2 +- build/openrpc/worker.json | 2 +- build/version.go | 2 +- documentation/en/cli-lotus.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/openrpc/full.json b/build/openrpc/full.json index eaf5f4c4ea6..d5f89f63025 100644 --- a/build/openrpc/full.json +++ b/build/openrpc/full.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.31.1-rc1" + "version": "1.31.1" }, "methods": [ { diff --git a/build/openrpc/gateway.json b/build/openrpc/gateway.json index 49071970f02..06bc78d9f93 100644 --- a/build/openrpc/gateway.json +++ b/build/openrpc/gateway.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.31.1-rc1" + "version": "1.31.1" }, "methods": [ { diff --git a/build/openrpc/miner.json b/build/openrpc/miner.json index 9fe6d91953c..1ce6424ee32 100644 --- a/build/openrpc/miner.json +++ b/build/openrpc/miner.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.31.1-rc1" + "version": "1.31.1" }, "methods": [ { diff --git a/build/openrpc/worker.json b/build/openrpc/worker.json index 3e8ddb28453..a0d55e7c2cd 100644 --- a/build/openrpc/worker.json +++ b/build/openrpc/worker.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.31.1-rc1" + "version": "1.31.1" }, "methods": [ { diff --git a/build/version.go b/build/version.go index 8d95cd3a160..8d902e70359 100644 --- a/build/version.go +++ b/build/version.go @@ -7,7 +7,7 @@ import ( ) // NodeBuildVersion is the local build version of the Lotus daemon -const NodeBuildVersion string = "1.31.1-rc1" +const NodeBuildVersion string = "1.31.1" func NodeUserVersion() BuildVersion { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 363db8fd82c..5a3f9ba623d 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -8,7 +8,7 @@ USAGE: lotus [global options] command [command options] [arguments...] VERSION: - 1.31.1-rc1 + 1.31.1 COMMANDS: daemon Start a lotus daemon process From 6dadb90a2c31106895409bc349ea4a5d2eb2c13d Mon Sep 17 00:00:00 2001 From: Phi Date: Mon, 27 Jan 2025 10:35:28 +0100 Subject: [PATCH 2/4] chore: changelog prep for v1.31.1 release chore: changelog prep for v1.31.1 release --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5617c08ec4b..42065acc16b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ See https://github.com/filecoin-project/lotus/blob/release/v1.32.0/CHANGELOG.md -# Node v1.31.1-rc1 / 2025-01-20 +# Node v1.31.1 / 2025-01-28 -This Lotus release candidate introduces several new features and improvements, including JSON output for tipsets in `lotus chain list` cmd, enhanced logging during network upgrade migrations, and additional Bootstrap nodes. It also includes a refactored Ethereum API implementation into smaller, more manageable modules in a new `github.com/filecoin-project/lotus/node/impl/eth` package, as well as adding network name as a tag in most metrics - making it easier to create Graphana Dashboards for multiple networks. Please review the upgrade warnings and documentation for any important changes affecting RPC providers, node operators, and storage providers. +This Lotus release introduces several new features and improvements, including JSON output for tipsets in `lotus chain list` cmd, enhanced logging during network upgrade migrations, and additional Bootstrap nodes. It also includes a refactored Ethereum API implementation into smaller, more manageable modules in a new `github.com/filecoin-project/lotus/node/impl/eth` package, as well as adding network name as a tag in most metrics - making it easier to create Graphana Dashboards for multiple networks. Please review the upgrade warnings and documentation for any important changes affecting RPC providers, node operators, and storage providers. ## ☢️ Upgrade Warnings ☢️ - If you are running the v1.30.x version of Lotus, please go through the Upgrade Warnings section for the [v1.30.* releases](https://github.com/filecoin-project/lotus/releases/tag/v1.30.0) and [v1.31.*](https://github.com/filecoin-project/lotus/releases/tag/v1.31.0) before upgrading to this release. @@ -48,6 +48,37 @@ For the full set of changes since the last stable node release: https://github.com/filecoin-project/lotus/compare/v1.31.0...v1.31.1 +## 👨‍👩‍👧‍👦 Contributors + +| Contributor | Commits | Lines ± | Files Changed | +|-------------|---------|---------|---------------| +| Rod Vagg | 26 | +13687/-11008 | 146 | +| Masih H. Derkani | 19 | +2492/-1506 | 59 | +| Aryan Tikarya | 2 | +2120/-1407 | 45 | +| Krishang Shah | 1 | +3214/-117 | 66 | +| Steven Allen | 4 | +1317/-1632 | 22 | +| Jakub Sztandera | 10 | +935/-1203 | 176 | +| Łukasz Magiera | 2 | +949/-467 | 33 | +| Phi-rjan | 9 | +369/-339 | 43 | +| Piotr Galar | 4 | +586/-106 | 12 | +| Viraj Bhartiya | 3 | +219/-63 | 16 | +| caseylove | 1 | +71/-67 | 1 | +| asamuj | 2 | +39/-43 | 14 | +| ZenGround0 | 2 | +73/-1 | 3 | +| XiaoBei | 2 | +15/-15 | 7 | +| wmjae | 2 | +9/-9 | 7 | +| taozui472 | 1 | +9/-9 | 6 | +| dependabot[bot] | 2 | +9/-9 | 4 | +| huajin tong | 1 | +6/-6 | 6 | +| Phi | 1 | +6/-6 | 6 | +| Andi | 1 | +6/-6 | 2 | +| root | 1 | +5/-5 | 4 | +| chuangjinglu | 1 | +3/-3 | 3 | +| wgyt | 1 | +2/-2 | 1 | +| parthshah1 | 1 | +2/-2 | 1 | +| leo | 1 | +2/-2 | 2 | +| pinglanlu | 1 | +1/-1 | 1 | + # Node and Miner v1.31.0 / 2024-12-02 The Lotus v1.31.0 release introduces the new `ChainIndexer` subsystem, enhancing the indexing of Filecoin chain state for improved RPC performance. Several bug fixes in the block production loop are also included. Please review the upgrade warnings and documentation for any important changes affecting RPC providers, node operators and storage providers. From 580c87938a91337d167f5607525dfe523cbf8da0 Mon Sep 17 00:00:00 2001 From: Phi-rjan Date: Mon, 27 Jan 2025 16:07:05 +0100 Subject: [PATCH 3/4] Update CHANGELOG.md Update CHANGELOG.md Co-authored-by: Steve Loeppky --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42065acc16b..70185623b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ See https://github.com/filecoin-project/lotus/blob/release/v1.32.0/CHANGELOG.md This Lotus release introduces several new features and improvements, including JSON output for tipsets in `lotus chain list` cmd, enhanced logging during network upgrade migrations, and additional Bootstrap nodes. It also includes a refactored Ethereum API implementation into smaller, more manageable modules in a new `github.com/filecoin-project/lotus/node/impl/eth` package, as well as adding network name as a tag in most metrics - making it easier to create Graphana Dashboards for multiple networks. Please review the upgrade warnings and documentation for any important changes affecting RPC providers, node operators, and storage providers. ## ☢️ Upgrade Warnings ☢️ -- If you are running the v1.30.x version of Lotus, please go through the Upgrade Warnings section for the [v1.30.* releases](https://github.com/filecoin-project/lotus/releases/tag/v1.30.0) and [v1.31.*](https://github.com/filecoin-project/lotus/releases/tag/v1.31.0) before upgrading to this release. +- If you are running the v1.30.x version of Lotus, please go through the Upgrade Warnings section for the [v1.31.0](https://github.com/filecoin-project/lotus/releases/tag/v1.31.0) before upgrading to this release. ## ⭐ Feature/Improvement Highlights: - Add json output of tipsets to `lotus chain list`. ([filecoin-project/lotus#12691](https://github.com/filecoin-project/lotus/pull/12691)) From 7b3b960bcda682f68fc21c9775155e2d55b57907 Mon Sep 17 00:00:00 2001 From: Phi Date: Mon, 27 Jan 2025 16:38:33 +0100 Subject: [PATCH 4/4] chore: update changelog shipping date chore: update changelog shipping date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70185623b72..6106307279a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ See https://github.com/filecoin-project/lotus/blob/release/v1.32.0/CHANGELOG.md -# Node v1.31.1 / 2025-01-28 +# Node v1.31.1 / 2025-01-27 This Lotus release introduces several new features and improvements, including JSON output for tipsets in `lotus chain list` cmd, enhanced logging during network upgrade migrations, and additional Bootstrap nodes. It also includes a refactored Ethereum API implementation into smaller, more manageable modules in a new `github.com/filecoin-project/lotus/node/impl/eth` package, as well as adding network name as a tag in most metrics - making it easier to create Graphana Dashboards for multiple networks. Please review the upgrade warnings and documentation for any important changes affecting RPC providers, node operators, and storage providers.