Skip to content

Forest v0.2.0 alpha

Choose a tag to compare

@github-actions github-actions released this 25 Jan 10:14
· 3476 commits to main since this release
v0.2.0
55d0399

ChainSafe System's second alpha release of the Forest Filecoin Rust protocol implementation. This release fixes a series of bugs and performance issues and introduces, among others, support for:

  • Full mainnet compatibility
  • Filecoin network version 14 "Chocolate"
  • Forest actors version 6
  • Further audit fixes

To compile release binaries, check out the v0.2.0 tag and build with the release feature.

System Architecture Binary SHA-256 Checksum
lin x64 forest-v0.2.0-linux-amd64.zip ea051b1cff24c3689546a1ae515f1d0864043a2fd08a6fd551ea75f9ae5572fc
mac x64 forest-v0.2.0-macos-amd64.zip b37cf58979285708de93a96961be23c56790e9669170bbe64bd715faa26244f8
win x64 soon(TM) N/A
System Option - Resource
sys Compile from Source cargo build --release --bin forest --features release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0