Lotus version 1.9.0-rc2
This commit is contained in:
parent
15b8978805
commit
8227085c37
@ -1,6 +1,6 @@
|
|||||||
# Lotus changelog
|
# 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.
|
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)
|
- Local retrieval support (https://github.com/filecoin-project/lotus/pull/5917)
|
||||||
- go-fil-markets v1.1.9 -> v1.2.5
|
- 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
|
- 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
|
- For a detailed changelog see https://github.com/filecoin-project/rust-fil-proofs/blob/master/CHANGELOG.md
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -29,7 +29,7 @@ func buildType() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// BuildVersion is the local build version, set by build system
|
// 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 {
|
func UserVersion() string {
|
||||||
return BuildVersion + buildType() + CurrentCommit
|
return BuildVersion + buildType() + CurrentCommit
|
||||||
|
Loading…
Reference in New Issue
Block a user