diff --git a/CHANGELOG.md b/CHANGELOG.md index 8308cbb5c9..58239b0a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # venus changelog +## v1.14.0-rc5 + +fix: nv21fix migration: correctly upgrade system actor [[#6215](https://github.com/filecoin-project/venus/pull/6215)] + ## v1.14.0-rc4 chore: update to builtin-actors v12.0.0-rc.2 [[#6207](https://github.com/filecoin-project/venus/pull/6207)] diff --git a/pkg/constants/version.go b/pkg/constants/version.go index 25dd712487..5efde59749 100644 --- a/pkg/constants/version.go +++ b/pkg/constants/version.go @@ -5,7 +5,7 @@ import ( ) // BuildVersion is the local build version, set by build system -const BuildVersion = "1.14.0-rc4" +const BuildVersion = "1.14.0-rc5" var CurrentCommit string diff --git a/venus-devtool/go.mod b/venus-devtool/go.mod index 06f15eebc6..bd03e27e72 100644 --- a/venus-devtool/go.mod +++ b/venus-devtool/go.mod @@ -9,7 +9,7 @@ require ( github.com/filecoin-project/go-fil-markets v1.28.3 github.com/filecoin-project/go-jsonrpc v0.3.1 github.com/filecoin-project/go-state-types v0.12.5 - github.com/filecoin-project/lotus v1.24.0-rc3 + github.com/filecoin-project/lotus v1.24.0-rc5 github.com/filecoin-project/venus v0.0.0-00010101000000-000000000000 github.com/google/uuid v1.3.0 github.com/ipfs/go-block-format v0.1.2 diff --git a/venus-devtool/go.sum b/venus-devtool/go.sum index e1b0e29e10..4ef4b9b854 100644 --- a/venus-devtool/go.sum +++ b/venus-devtool/go.sum @@ -232,8 +232,8 @@ github.com/filecoin-project/go-statestore v0.2.0 h1:cRRO0aPLrxKQCZ2UOQbzFGn4WDNd github.com/filecoin-project/go-statestore v0.2.0/go.mod h1:8sjBYbS35HwPzct7iT4lIXjLlYyPor80aU7t7a/Kspo= github.com/filecoin-project/kubo-api-client v0.0.1 h1:IR1b+sm+VYxSRvbgECVv9SbhIgygcXcSoN1Q7xsHDXg= github.com/filecoin-project/kubo-api-client v0.0.1/go.mod h1:c36PPMIVOkKfHDwDG5U05gUlPRY9wNuh/BePwo0e+6Y= -github.com/filecoin-project/lotus v1.24.0-rc3 h1:94g1VeIEsgcUlXVGszazVUS/PnOLyS8lWk1zXFYA3vU= -github.com/filecoin-project/lotus v1.24.0-rc3/go.mod h1:hKVsRPYzHjx8+8/hD+Yc3lRmLa6gTqGHLqJR8c9NEhg= +github.com/filecoin-project/lotus v1.24.0-rc5 h1:uKIIdZWhvY4NOSfKOvSfAOiFCYQ7fVz5uwseDu5qEhw= +github.com/filecoin-project/lotus v1.24.0-rc5/go.mod h1:hKVsRPYzHjx8+8/hD+Yc3lRmLa6gTqGHLqJR8c9NEhg= github.com/filecoin-project/pubsub v1.0.0 h1:ZTmT27U07e54qV1mMiQo4HDr0buo8I1LDHBYLXlsNXM= github.com/filecoin-project/pubsub v1.0.0/go.mod h1:GkpB33CcUtUNrLPhJgfdy4FDx4OMNR9k+46DHx/Lqrg= github.com/filecoin-project/specs-actors v0.9.13/go.mod h1:TS1AW/7LbG+615j4NsjMK1qlpAwaFsG9w0V2tg2gSao=