Skip to content

Commit

Permalink
Merge pull request #5739 from filecoin-project/release/v1.10.0-rc3
Browse files Browse the repository at this point in the history
chore: bump version to v1.10.0-rc3
  • Loading branch information
diwufeiwen authored Feb 21, 2023
2 parents 6e1dea2 + ebb22d5 commit 1976541
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# venus changelog


## v1.10.0-rc3

* 调整 force 网络的 Hygge 升级高度
* 增加 bootstrap peers flag
* 增加 RPC接口:EthAddressToFilecoinAddress
* 升级 go-libipfs 版本到 v0.4.1
* 修复 EthGetTransactionCount 接口返回不正确的 nonce
* 调整预迁移开始高度和结束高度

## v1.10.0-rc1

这是 venus v1.10.0 版本(**强制性**)的第一个候选版本,此版本将提供 Hygge 网络升级,并引入 Filecoin 网络版本18。
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.10.0-rc2"
const BuildVersion = "1.10.0-rc3"

var CurrentCommit string

Expand Down

0 comments on commit 1976541

Please sign in to comment.