Merge pull request #8401 from filecoin-project/jen/v1514

chore: release: v1.15.1-rc4
This commit is contained in:
Jiaying Wang
2022-03-29 21:15:34 -04:00
committed by GitHub
9 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Lotus changelog
# 1.15.1-rc3 / 2022-03-27
# 1.15.1-rc4 / 2022-03-29
This is the second release candidate of the next *highly recommended* feature release v1.15.1. This feature release introduces Index Provider, GraphSync v2, and many other latest functionalities, improvements and bug fixes.
This is the fourth release candidate of the next *highly recommended* feature release v1.15.1. This feature release introduces Index Provider, GraphSync v2, and many other latest functionalities, improvements and bug fixes.
More importantly, node operator can now enable the FVM(experimental) to sync mainnet!!
## Highlights
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -37,7 +37,7 @@ func BuildTypeString() string {
}
// BuildVersion is the local build version
const BuildVersion = "1.15.1-rc3"
const BuildVersion = "1.15.1-rc4"
func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
+1 -1
View File
@@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...]
VERSION:
1.15.1-rc3
1.15.1-rc4
COMMANDS:
init Initialize a lotus miner repo
+1 -1
View File
@@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...]
VERSION:
1.15.1-rc3
1.15.1-rc4
COMMANDS:
run Start lotus worker
+1 -1
View File
@@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...]
VERSION:
1.15.1-rc3
1.15.1-rc4
COMMANDS:
daemon Start a lotus daemon process