diff --git a/CHANGELOG.md b/CHANGELOG.md index 7253c4d3e4c..2ca9a31954c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Lotus changelog -# v1.22.0-rc4 / 2023-04-17 +# v1.22.0-rc6 / 2023-04-19 -This is the fourth release candidate for MANDATORY 1.22.0 release of lotus. +This is the sixth release candidate for MANDATORY 1.22.0 release of lotus. Diff from previous RCs: - REVERT [Activation bug fix](https://github.com/filecoin-project/builtin-actors/issues/914) diff --git a/build/openrpc/full.json.gz b/build/openrpc/full.json.gz index 98bac7ed001..85c717c88b1 100644 Binary files a/build/openrpc/full.json.gz and b/build/openrpc/full.json.gz differ diff --git a/build/openrpc/gateway.json.gz b/build/openrpc/gateway.json.gz index f25c4cf0768..7d9a4cce0b5 100644 Binary files a/build/openrpc/gateway.json.gz and b/build/openrpc/gateway.json.gz differ diff --git a/build/openrpc/miner.json.gz b/build/openrpc/miner.json.gz index 91f29d4cf43..1ce4bb28450 100644 Binary files a/build/openrpc/miner.json.gz and b/build/openrpc/miner.json.gz differ diff --git a/build/openrpc/worker.json.gz b/build/openrpc/worker.json.gz index ed11073c85b..2195b61ef89 100644 Binary files a/build/openrpc/worker.json.gz and b/build/openrpc/worker.json.gz differ diff --git a/build/version.go b/build/version.go index 6d65817f707..f12c09cee1b 100644 --- a/build/version.go +++ b/build/version.go @@ -37,7 +37,7 @@ func BuildTypeString() string { } // BuildVersion is the local build version -const BuildVersion = "1.22.0-rc4" +const BuildVersion = "1.22.0-rc6" func UserVersion() string { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { diff --git a/documentation/en/cli-lotus-miner.md b/documentation/en/cli-lotus-miner.md index 5e8afba5403..cff100914fe 100644 --- a/documentation/en/cli-lotus-miner.md +++ b/documentation/en/cli-lotus-miner.md @@ -7,7 +7,7 @@ USAGE: lotus-miner [global options] command [command options] [arguments...] VERSION: - 1.22.0-rc4 + 1.22.0-rc6 COMMANDS: init Initialize a lotus miner repo diff --git a/documentation/en/cli-lotus-worker.md b/documentation/en/cli-lotus-worker.md index b2b22b5d528..cfcb798e4d2 100644 --- a/documentation/en/cli-lotus-worker.md +++ b/documentation/en/cli-lotus-worker.md @@ -7,7 +7,7 @@ USAGE: lotus-worker [global options] command [command options] [arguments...] VERSION: - 1.22.0-rc4 + 1.22.0-rc6 COMMANDS: run Start lotus worker diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 7c2d5fadba2..560495f69bc 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -7,7 +7,7 @@ USAGE: lotus [global options] command [command options] [arguments...] VERSION: - 1.22.0-rc4 + 1.22.0-rc6 COMMANDS: daemon Start a lotus daemon process