Skip to content

Releases: filecoin-project/venus

v1.14.1

30 Nov 03:16
2495be3

Choose a tag to compare

Note

本次升级 migration(actor迁移)使用的CPU越多,消耗的内存也越多,所以需要限制CPU使用的数量。
在 venus 中可以通过环境变量(VENUS_MIGRATION_MAX_WORKER_COUN)来控制 migration 使用的CPU数量,
例:export VENUS_MIGRATION_MAX_WORKER_COUNT=13。以下是对于不同机器内存时,建议设置 VENUS_MIGRATION_MAX_WORKER_COUNT 的数量:

48G VENUS_MIGRATION_MAX_WORKER_COUNT=13
64G VENUS_MIGRATION_MAX_WORKER_COUNT=18
96G VENUS_MIGRATION_MAX_WORKER_COUNT=24

What's Changed

Full Changelog: v1.14.0...v1.14.1

v1.14.0

23 Nov 07:43
45058a7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.14.0-rc6

17 Nov 02:56
c1e31ca

Choose a tag to compare

v1.14.0-rc6 Pre-release
Pre-release

What's Changed

  • opt: migration: set premigration to 90 minute by @simlecode in #6217
  • fix: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors by @simlecode in #6223
  • chore: bump version to v1.14.0-rc6 by @simlecode in #6225

Full Changelog: v1.14.0-rc5...v1.14.0-rc6

v1.14.0-rc5

09 Nov 03:28
773a69d

Choose a tag to compare

v1.14.0-rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.14.0-rc4...v1.14.0-rc5

v1.14.0-rc4

02 Nov 06:49
36e6176

Choose a tag to compare

v1.14.0-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.14.0-rc3...v1.14.0-rc4

v1.14.0-rc3

18 Oct 02:50
cde7b76

Choose a tag to compare

v1.14.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.14.0-rc2...v1.14.0-rc3

v1.14.0-rc2

13 Oct 08:47
53ee00e

Choose a tag to compare

v1.14.0-rc2 Pre-release
Pre-release

v1.14.0-rc1

13 Oct 07:54
53ee00e

Choose a tag to compare

v1.14.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0-rc1

v1.13.0

30 Aug 07:58
7bc372d

Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.13.0-rc1

18 Aug 01:19
28b1f4b

Choose a tag to compare

v1.13.0-rc1 Pre-release
Pre-release

What's Changed

  • chore: correct god eye url and prioritize ftp by @LinZexiao in #6031
  • chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #6029
  • chore(deps): bump TheDoctor0/zip-release from 0.6.0 to 0.7.1 by @dependabot in #6028
  • Feat/add sign type to wallet types by @LinZexiao in #6036
  • chore: bump github.com/gin-gonic/gin from v1.9.0 to v1.9.1 by @simlecode in #6037
  • chore: update minimum Go version to 1.19 by @0x5459 in #6038
  • feat: upgrade builtin actors to v1.23.1 by @0x5459 in #6039
  • Update issue template enhancement.yml by @Fatman13 in #6046
  • Fix bug issue template by @Fatman13 in #6047
  • feat: Increase the environment variable to skip checking whether mine… by @simlecode in #6055
  • Chore/merge v1.12 into master by @LinZexiao in #6060
  • add config desc / 添加config注释 by @elvin-du in #6062
  • Feat/modify query params for message and deal by @LinZexiao in #6066
  • Chore/pick 10971,10955,10934 from lotus by @LinZexiao in #6078
  • feat: add bootstrap by @simlecode in #6084
  • Feat/add i proxy to gateway by @LinZexiao in #6089
  • chore(deps): bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 in /venus-devtool by @dependabot in #6091
  • chore(deps): bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 by @dependabot in #6090
  • remove MinPeerThreshold in bootstrap config because it is not used /删除MinPeerThreshold字段从bootstrap配置,没有用到 by @elvin-du in #6063
  • [venus] add design doc of sync/添加同步设计文档 by @elvin-du in #5989
  • feat(market): filter deals by sector lifetime by @0x5459 in #6093
  • feat: set tipset to the given epoch by default by @LinZexiao in #6099
  • Chore/transport code by @simlecode in #6097
  • Make execution trace configurable via env variable venus / 通过VENUS_EXEC_TRACE_CACHE环境变量谁知trace缓存大小 by @elvin-du in #6100
  • fix: ethtypes: handle length overflow case / 处理rlp长度越界问题 by @elvin-du in #6101
  • opt: Adjust size flag to string type by @simlecode in #6102
  • fix: Unsubscribe required on exit by @simlecode in #6103
  • chore: bump up version to v1.13.0-rc1 by @LinZexiao in #6106

Full Changelog: v1.12.0...v1.13.0-rc1