Lotus version 1.9.0-rc2

This commit is contained in:
Aayush Rajasekaran 2021-04-30 13:58:16 -04:00
parent 15b8978805
commit 8227085c37
5 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Lotus changelog
# 1.9.0-rc1 / 2021-04-27
# 1.9.0-rc2 / 2021-04-27
This is an optional Lotus release that introduces various improvements to the sealing, mining, and deal-making processes.
@ -14,7 +14,7 @@ This is an optional Lotus release that introduces various improvements to the se
- Local retrieval support (https://github.com/filecoin-project/lotus/pull/5917)
- go-fil-markets v1.1.9 -> v1.2.5
- For a detailed changelog see https://github.com/filecoin-project/go-fil-markets/blob/master/CHANGELOG.md
- rust-fil-proofs v5.4.1 -> v6.1.0
- rust-fil-proofs v5.4.1 -> v7
- For a detailed changelog see https://github.com/filecoin-project/rust-fil-proofs/blob/master/CHANGELOG.md
## Changes

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -29,7 +29,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.9.0-rc1"
const BuildVersion = "1.9.0-rc2"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit