Lotus version 1.6.0-rc2

This commit is contained in:
Aayush Rajasekaran 2021-03-31 00:00:45 -04:00
parent 09ef832183
commit 15e8ea1966
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
# Lotus changelog
# 1.6.0-rc1 / 2021-03-29
# 1.6.0-rc2 / 2021-03-30
This is the first release candidate for Lotus v1.6.0. The only change included in this release is introducing network version 11, which implements [FIP-0014](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0014.md).
This is the second release candidate for Lotus v1.6.0. The primary change included in this release is introducing network version 11, which implements [FIP-0014](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0014.md).
## Changes
- Introduce the v11 network upgrade (https://github.com/filecoin-project/lotus/pull/5904)
- Debug mode: Make upgrade heights controllable by an envvar (https://github.com/filecoin-project/lotus/pull/5919)
# 1.5.3 / 2021-03-24

View File

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