Skip to content

Commit 69c83c3

Browse files
jennijujurjan90
andauthored
build: release: v1.28.0-rc3 (#12186)
* v1.28.0-rc3 * Update CHANGELOG.md Co-authored-by: Phi-rjan <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Phi-rjan <[email protected]>
1 parent e773b37 commit 69c83c3

File tree

9 files changed

+14
-12
lines changed

9 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212

1313
## Improvements
1414

15-
# v1.28.0-rc2 / 2024-07-04
15+
# v1.28.0-rc3 / 2024-07-04
1616

17-
This is the second release candidate of the upcoming MANDATORY Lotus v1.28.0 release, which will deliver the Filecoin network version 23, codenamed Waffle 🧇.
17+
This is the third release candidate of the upcoming MANDATORY Lotus v1.28.0 release, which will deliver the Filecoin network version 23, codenamed Waffle 🧇.
1818

1919
**This release candidate sets the calibration network to upgrade at epoch 1779094, corresponding to 2024-07-11T12:00:00Z.** This release does NOT set the mainnet upgrade epoch yet, in which will be updated in the final release.
2020

21+
Compared to `Lotus v1.28.0-rc2`, the `Lotus v1.28.0-rc3` introduces the manifest for the "control" nodes for F3 passive testing. This change shouldn't have any impact on production nodes.
22+
2123
☢️ Upgrade Warnings ☢️
2224

2325
If you are running the `v1.26.0` or an earlier version of Lotus, please go through the `Upgrade Warnings` section for the `v1.27.*` releases, before upgrading to this RC.
@@ -90,7 +92,7 @@ For certain node operators, such as full archival nodes or systems that need to
9092
- Ignore market balance after nv23 (https://github.com/filecoin-project/lotus/pull/11976)
9193
- Add finality-related params for `eth_getBlockByNumber` (https://github.com/filecoin-project/lotus/pull/12110)
9294
- rename `Actor.Address` to `Actor.DelegatedAddress` and only use it for f4 addresses (https://github.com/filecoin-project/lotus/pull/12155)
93-
95+
- feat:ec: integrate F3 dynamic manifest #12185
9496

9597
# v1.27.1 / 2024-06-24
9698

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.28.0-rc2"
5+
"version": "1.28.0-rc3"
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.28.0-rc2"
5+
"version": "1.28.0-rc3"
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.28.0-rc2"
5+
"version": "1.28.0-rc3"
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.28.0-rc2"
5+
"version": "1.28.0-rc3"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func BuildTypeString() string {
3939
}
4040

4141
// NodeBuildVersion is the local build version of the Lotus daemon
42-
const NodeBuildVersion string = "1.28.0-rc2"
42+
const NodeBuildVersion string = "1.28.0-rc3"
4343

4444
func NodeUserVersion() BuildVersion {
4545
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
@@ -50,7 +50,7 @@ func NodeUserVersion() BuildVersion {
5050
}
5151

5252
// MinerBuildVersion is the local build version of the Lotus miner
53-
const MinerBuildVersion = "1.28.0-rc2"
53+
const MinerBuildVersion = "1.28.0-rc3"
5454

5555
func MinerUserVersion() BuildVersion {
5656
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
@@ -7,7 +7,7 @@ USAGE:
77
lotus-miner [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.28.0-rc2
10+
1.28.0-rc3
1111
1212
COMMANDS:
1313
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
@@ -7,7 +7,7 @@ USAGE:
77
lotus-worker [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.28.0-rc2
10+
1.28.0-rc3
1111
1212
COMMANDS:
1313
run Start lotus worker

documentation/en/cli-lotus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
lotus [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.28.0-rc2
10+
1.28.0-rc3
1111
1212
COMMANDS:
1313
daemon Start a lotus daemon process

0 commit comments

Comments
 (0)