Skip to content

Releases: filecoin-project/venus

v1.14.3

11 Jan 02:35
bf71c79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v1.14.3

v1.14.2

11 Dec 02:35
9204048
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.14.2

v1.14.1

30 Nov 03:16
2495be3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.14.0-rc2 Pre-release
Pre-release

v1.14.0-rc1

13 Oct 07:54
53ee00e
Compare
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