Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to v1.10.0-rc3 #5739

Merged
merged 1 commit into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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