Skip to content

Commit 67d419e

Browse files
committed
Update changelog build version
1 parent 5df4f75 commit 67d419e

9 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Lotus changelog
22

3+
# v1.22.0-rc4 / 2023-04-17
4+
5+
This is the fourth release candidate for MANDATORY 1.22.0 release of lotus.
6+
7+
Diff from previous RCs:
8+
- REVERT [Activation bug fix](https://github.com/filecoin-project/builtin-actors/issues/914)
9+
- REVERT [FIP 0052](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0052.md)
10+
11+
Activation bug fix is reverted to reduce upgrade risk in order to expedite the upgrade. This is in hopes of helping improve recent chain quality degregadation along with other long syncing time related issues. FIP 0052 requires the activation bug fix to maintain security invariants and so must also be reverted.
12+
313
# v1.22.0-rc1 / 2023-04-13
414

515

build/openrpc/full.json.gz

0 Bytes
Binary file not shown.

build/openrpc/gateway.json.gz

0 Bytes
Binary file not shown.

build/openrpc/miner.json.gz

0 Bytes
Binary file not shown.

build/openrpc/worker.json.gz

0 Bytes
Binary file not shown.

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func BuildTypeString() string {
3737
}
3838

3939
// BuildVersion is the local build version
40-
const BuildVersion = "1.22.0-rc3"
40+
const BuildVersion = "1.22.0-rc4"
4141

4242
func UserVersion() string {
4343
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

documentation/en/cli-lotus-miner.md

+1-1
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.22.0-rc3
10+
1.22.0-rc4
1111
1212
COMMANDS:
1313
init Initialize a lotus miner repo

documentation/en/cli-lotus-worker.md

+1-1
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.22.0-rc3
10+
1.22.0-rc4
1111
1212
COMMANDS:
1313
run Start lotus worker

documentation/en/cli-lotus.md

+1-1
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.22.0-rc3
10+
1.22.0-rc4
1111
1212
COMMANDS:
1313
daemon Start a lotus daemon process

0 commit comments

Comments
 (0)