Go Filecoin Versions Save

Filecoin Full Node Implementation in Go

v1.14.0-rc4

6 months ago

What's Changed

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.14.0-rc3...v1.14.0-rc4

v1.14.0-rc3

6 months ago

What's Changed

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.14.0-rc2...v1.14.0-rc3

v1.14.0-rc1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.13.0...v1.14.0-rc1

v1.13.0

8 months ago

What's Changed

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.12.0...v1.13.0

v1.13.0-rc1

8 months ago

What's Changed

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.12.0...v1.13.0-rc1

v1.12.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.11.1...v1.12.0

v1.12.0-rc1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.11.1...v1.12.0-rc1

v1.11.1

1 year ago

What's Changed

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.11.0...v1.11.1

v1.11.0

1 year ago

This is the stable release of Venus v1.11.0 for the upcoming MANDATORY network upgrade at 2023-04-27T13:00:00Z, epoch 2809800. This release delivers the nv19 Lighting and nv20 Thunder network upgrade for mainnet. The Lighting and Thunder upgrade introduces the following Filecoin Improvement Proposals (FIPs), delivered by builtin-actors v11 (see actors v11.0.0):

  • FIP 0060 - Thirty day market deal maintenance interval
  • FIP 0061 - WindowPoSt grindability fix
  • FIP 0062 - Fallback method handler for multisig actor

What's Changed

New Feature

Alteration

  • feat: update auth client with token by @LinZexiao /更新authClient的token授权 [[#5752]]
  • feat: add bootstrap peers flag by @hunjixin 添加bootstrap节点的Flag #5742

Chores

  • feat: update cache to the new generic version by @diwufeiwen /缓存库版本升级 [#5857]
  • feat: add docker push by @hunjixin /增加推送到镜像仓库的功能 [#5889]
  • chore(make): allow setting Go compiler with GO by @0x5459 /允许设置用什么编译器 [#5872]

Bugs Fixes

  • fix: not sync in 2k network by @hunjixin / 修复2k网络同步失败 [#5748]
  • fix: Saving genesis blocks when importing snapshots by @simlecode / 修复删除 badger chain 后导入快照失败 [#5892]
  • fix: use FIL pointer to unmarshaltext by @simlecode /设置UnmarshalText方法的接收器为FIL指针 [#5869]

Full Changelog: https://github.com/filecoin-project/venus/compare/v1.10.2...v1.11.0