From 1d239ac8bfb2c1d7fc69b50905f6f840958a11cb Mon Sep 17 00:00:00 2001 From: tanlang Date: Thu, 17 Aug 2023 17:57:51 +0800 Subject: [PATCH] chore: bump up version to v1.13.0-rc1 --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++++ go.mod | 2 +- go.sum | 4 ++-- pkg/constants/version.go | 2 +- 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d2ef1d9c..1baa54cc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # venus changelog +## v1.13.0-rc1 + +### New Features + +* Feat/add sign type to wallet types by @LinZexiao in https://github.com/filecoin-project/venus/pull/6036 +* feat: upgrade builtin actors to v1.23.1 by @0x5459 in https://github.com/filecoin-project/venus/pull/6039 +* feat: Increase the environment variable to skip checking whether mine… by @simlecode in https://github.com/filecoin-project/venus/pull/6055 +* feat: modify query params for message and deal by @LinZexiao in https://github.com/filecoin-project/venus/pull/6066 +* feat: add bootstrap by @simlecode in https://github.com/filecoin-project/venus/pull/6084 +* feat: add proxy interface to gateway by @LinZexiao in https://github.com/filecoin-project/venus/pull/6089 +* feat(market): filter deals by sector lifetime by @0x5459 in https://github.com/filecoin-project/venus/pull/6093 +* feat: set tipset to the given epoch by default by @LinZexiao in https://github.com/filecoin-project/venus/pull/6099 +* feat: remove MinPeerThreshold in bootstrap config because it is not used /删除MinPeerThreshold字段从bootstrap配置,没有用到 by @elvin-du in https://github.com/filecoin-project/venus/pull/6063 +* feat: make execution trace configurable via env variable venus / 通过VENUS_EXEC_TRACE_CACHE环境变量谁知trace缓存大小 by @elvin-du in https://github.com/filecoin-project/venus/pull/6100 + +### Optimizations + +* opt: Adjust size flag to string type by @simlecode in https://github.com/filecoin-project/venus/pull/6102 + +### Bug Fixes + +* fix: Unsubscribe required on exit by @simlecode in https://github.com/filecoin-project/venus/pull/6103 +* fix: ethtypes: handle length overflow case / 处理rlp长度越界问题 by @elvin-du in https://github.com/filecoin-project/venus/pull/6101 + +### Documentation and Chores + +* doc: add config desc / 添加config注释 by @elvin-du in https://github.com/filecoin-project/venus/pull/6062 +* doc: add design doc of sync/添加同步设计文档 by @elvin-du in https://github.com/filecoin-project/venus/pull/5989 + +* chore: correct god eye url and prioritize ftp by @LinZexiao in https://github.com/filecoin-project/venus/pull/6031 +* chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/filecoin-project/venus/pull/6029 +* chore(deps): bump TheDoctor0/zip-release from 0.6.0 to 0.7.1 by @dependabot in https://github.com/filecoin-project/venus/pull/6028 +* chore: bump github.com/gin-gonic/gin from v1.9.0 to v1.9.1 by @simlecode in https://github.com/filecoin-project/venus/pull/6037 +* chore: update minimum Go version to 1.19 by @0x5459 in https://github.com/filecoin-project/venus/pull/6038 +* chore: Update issue template enhancement.yml by @Fatman13 in https://github.com/filecoin-project/venus/pull/6046 +* chore: fix bug issue template by @Fatman13 in https://github.com/filecoin-project/venus/pull/6047 +* chore: pick 10971,10955,10934 from lotus by @LinZexiao in https://github.com/filecoin-project/venus/pull/6078 +* chore(deps): bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 in /venus-devtool by @dependabot in https://github.com/filecoin-project/venus/pull/6091 +* chore(deps): bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 by @dependabot in https://github.com/filecoin-project/venus/pull/6090 +* chore: transport code by @simlecode in https://github.com/filecoin-project/venus/pull/6097 + ## v1.12.0 * fix: compatible with older versions by @simlecode in [[#6024](https://github.com/filecoin-project/venus/pull/6024)] diff --git a/go.mod b/go.mod index 90210169ee..9912058cfd 100644 --- a/go.mod +++ b/go.mod @@ -56,7 +56,7 @@ require ( github.com/hashicorp/golang-lru/v2 v2.0.2 github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c github.com/ipfs-force-community/metrics v1.0.1-0.20230626064437-eed34cb166f5 - github.com/ipfs-force-community/sophon-auth v1.12.0 + github.com/ipfs-force-community/sophon-auth v1.13.0-rc1 github.com/ipfs/boxo v0.8.0 github.com/ipfs/go-blockservice v0.5.0 github.com/ipfs/go-cid v0.4.1 diff --git a/go.sum b/go.sum index a8e975b4b5..2e6ab9a16e 100644 --- a/go.sum +++ b/go.sum @@ -882,8 +882,8 @@ github.com/ipfs-force-community/go-jsonrpc v0.1.7/go.mod h1:jBSvPTl8V1N7gSTuCR4b github.com/ipfs-force-community/metrics v1.0.1-0.20211022060227-11142a08b729/go.mod h1:mn40SioMuKtjmRumHFy/fJ26Pn028XuDjUJE9dorjyw= github.com/ipfs-force-community/metrics v1.0.1-0.20230626064437-eed34cb166f5 h1:fn4G/yeHNX4rVdHH/KELwxjcnbx5327hQBw4eXs5TEI= github.com/ipfs-force-community/metrics v1.0.1-0.20230626064437-eed34cb166f5/go.mod h1:yi9gw+y+UjzWjaYZG2xgnH0T6PcmwHRKhDkbylp9qxc= -github.com/ipfs-force-community/sophon-auth v1.12.0 h1:nqjsA6bIv9Rd9+7lHxGDvNJ7gvt/M2yGSxymA6AoxXI= -github.com/ipfs-force-community/sophon-auth v1.12.0/go.mod h1:cGYCfjA/BDB/Km9P7Za6t1hmwpFlPKf8ho/CHmLG81Y= +github.com/ipfs-force-community/sophon-auth v1.13.0-rc1 h1:d4N2I7QDlK0WNgvaMb3Z+FEAUnhR3Ts5MYwhAb9ZCWM= +github.com/ipfs-force-community/sophon-auth v1.13.0-rc1/go.mod h1:+S04oHCcJS6hylIv1kb74mA/m7qe41m6Py1hTFLM6rE= github.com/ipfs/bbloom v0.0.1/go.mod h1:oqo8CVWsJFMOZqTglBG4wydCE4IQA/G2/SEofB0rjUI= github.com/ipfs/bbloom v0.0.4 h1:Gi+8EGJ2y5qiD5FbsbpX/TMNcJw8gSqr7eyjHa4Fhvs= github.com/ipfs/bbloom v0.0.4/go.mod h1:cS9YprKXpoZ9lT0n/Mw/a6/aFV6DTjTLYHeA+gyqMG0= diff --git a/pkg/constants/version.go b/pkg/constants/version.go index 2453698c54..d5b4a76559 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.12.0" +const BuildVersion = "1.13.0-rc1" var CurrentCommit string