Lotus release v1.18.0-rc4

This commit is contained in:
Aayush 2022-10-20 14:03:41 -04:00
parent 26ba489746
commit 38c83be39e
9 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# Lotus changelog
# 1.18.0-rc3 / 2022-10-18
# 1.18.0-rc4 / 2022-10-20
> ⚠️ **Please note that from Lotus v1.17.2&^ will require a Go-version of v1.18.1&^**
This is the third release canadiate of the upcoming MANDATORY release of Lotus that introduces [Filecoin network v17,
This is the fourth release canadiate of the upcoming MANDATORY release of Lotus that introduces [Filecoin network v17,
codenamed the Shark upgrade](https://github.com/filecoin-project/community/discussions/74?sort=top#discussioncomment-3825422). Shark upgrade delivers a wave of protocol refinements that will allow for useful smart contracts to be written using the FVM (eg. programmable markets, lending contracts, etc.).
A full changelog will be published upon final release.

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.18.0-rc3"
const BuildVersion = "1.18.0-rc4"
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.18.0-rc3
1.18.0-rc4
COMMANDS:
init Initialize a lotus miner repo

View File

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

View File

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