diff --git a/CHANGELOG.md b/CHANGELOG.md index 7253c4d3e..2ca9a3195 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 98bac7ed0..85c717c88 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 f25c4cf07..7d9a4cce0 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 91f29d4cf..1ce4bb284 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 ed11073c8..2195b61ef 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 6d65817f7..f12c09cee 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 5e8afba54..cff100914 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 b2b22b5d5..cfcb798e4 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 7c2d5fadb..560495f69 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