v1.15.3-rc3 prep

This commit is contained in:
jennijuju 2022-05-03 15:46:43 -04:00
parent 662f7526c9
commit 7020892631
8 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Lotus changelog
# 1.15.2-rc2 / 2022-05-02
# 1.15.2-rc3 / 2022-05-03
This is the second release candidate of the next highly recommended feature release v1.15.2. This feature release introduces many new features and for SPs, including PoSt workers, sealing scheduler, snap deal queue and so on.
This is the third release candidate of the next highly recommended feature release v1.15.2. This feature release introduces many new features and for SPs, including PoSt workers, sealing scheduler, snap deal queue and so on.
## Highlights
### ❣️❣️❣️ PoSt Workers ❣️❣️❣️

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.15.2-rc2"
const BuildVersion = "1.15.2-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.15.2-rc2
1.15.2-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.15.2-rc2
1.15.2-rc3
COMMANDS:
run Start lotus worker

View File

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