Skip to content

Commit

Permalink
Upgrade nerpa to actor v4 around May 27th 1600 ET
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed May 13, 2021
1 parent 0cac4d6 commit 9a5a690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/params_nerpanet.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/lotus/chain/actors/policy"
"github.com/ipfs/go-cid"

builtin2 "github.com/filecoin-project/specs-actors/v2/actors/builtin"
)

Expand Down Expand Up @@ -40,8 +40,8 @@ const UpgradeClausHeight = 250
const UpgradeOrangeHeight = 300

const UpgradeActorsV3Height = 600
const UpgradeNorwegianHeight = 999999
const UpgradeActorsV4Height = 99999999
const UpgradeNorwegianHeight = 201000
const UpgradeActorsV4Height = 203000

func init() {
// Minimum block production power is set to 4 TiB
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func buildType() string {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.9.1-dev"
const BuildVersion = "1.11.0-dev"

func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand Down

0 comments on commit 9a5a690

Please sign in to comment.