Lotus version 1.4.0

This commit is contained in:
Aayush Rajasekaran 2020-12-19 15:44:35 -05:00
parent bdd6cea13f
commit c01d9f05df
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Lotus changelog
# 1.4.0 / 2020-12-19
This is a MANDATORY hotfix release of Lotus that resolves a chain halt at height 336,459 caused by nondeterminism in specs-actors. The fix is to update actors to 2.3.3 in order to incorporate this fix https://github.com/filecoin-project/specs-actors/pull/1334.
# 1.3.0 / 2020-12-16
This is a mandatory release of Lotus that introduces the third post-liftoff upgrade to the Filecoin network. The network upgrade occurs at height 343200, before which time all nodes must have updated to this release (or later). The change that breaks consensus is an implementation of FIP-0009(https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0009.md).

View File

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