feat: release 1.22.1

This commit is contained in:
Aayush 2023-04-23 10:39:11 -04:00
parent d4239d66ce
commit 821836d939
9 changed files with 14 additions and 4 deletions

View File

@ -1,7 +1,17 @@
# Lotus changelog
# v1.22.1 / 2023-04-23
This is a MANDATORY hotfix release that fixes a consensus-critical bug -- the necessary fix is https://github.com/filecoin-project/ref-fvm/pull/1750
You can NOT use 1.22.0 for the nv19 upgrade, you MUST be on 1.22.1 or higher.
The only change is updating the FVM crates used via the FFI: https://github.com/filecoin-project/lotus/pull/10735.
# v1.22.0 / 2023-04-21
EDIT: Do NOT use this release for nv19, you MUST use v1.22.1 or higher.
This is the stable release of Lotus v1.22.0 for the upcoming MANDATORY network upgrade at `2023-04-27T13:00:00Z`, epoch `2809800`. This release delivers the nv19 Lighting and nv20 Thunder network upgrade for mainnet.
Note that you must be on a go version higher then Go 1.18.8, but lower then Go v1.20.0. We would recommend Go 1.19.7.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@ func BuildTypeString() string {
}
// BuildVersion is the local build version
const BuildVersion = "1.22.0"
const BuildVersion = "1.22.1"
func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

View File

@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...]
VERSION:
1.22.0
1.22.1
COMMANDS:
init Initialize a lotus miner repo

View File

@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...]
VERSION:
1.22.0
1.22.1
COMMANDS:
run Start lotus worker

View File

@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...]
VERSION:
1.22.0
1.22.1
COMMANDS:
daemon Start a lotus daemon process