Lotus release v1.14.0-rc3

This commit is contained in:
Aayush 2022-01-21 16:45:51 -05:00
parent 1698257ce9
commit 065a62af2f
8 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Lotus changelog
# 1.14.0-rc1 / 2022-01-12
# 1.14.0-rc3 / 2022-01-12
This is the first release candidate for the mandatory release v1.14.0 of Lotus that introduces [Filecoin network v15,
This is the third release candidate for the mandatory release v1.14.0 of Lotus that introduces [Filecoin network v15,
codenamed the OhSnap upgrade](https://github.com/filecoin-project/community/discussions/74?sort=new#discussioncomment-1922550).
The OhSnap upgrade introduces the following FIPs, delivered in [actors v7-rc1](https://github.com/filecoin-project/specs-actors/releases/tag/v7.0.0-rc1):

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.14.0-rc1"
const BuildVersion = "1.14.0-rc3"
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.14.0-rc1
1.14.0-rc3
COMMANDS:
init Initialize a lotus miner repo

View File

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

View File

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