Skip to content

Releases: ChainSafe/forest

Forest v0.8.0 "Jungle Speed"

21 Apr 10:46
b5ef6fc
Compare
Choose a tag to compare

Notable updates

  • Network Version 19 "Lightning" and 20 "Thunder" support, including state migrations.

What's Changed

Full Changelog: v0.7.2...v0.8.0

Forest v0.7.2 "Roberto"

19 Apr 12:49
4db957a
Compare
Choose a tag to compare

Notable updates:

  • support for zstd-compressed snapshot importing and fetching,
  • NV18 state migration support,
  • Use latest tag for stable releases and edge for latest development builds.

Forest v0.7.1

29 Mar 12:18
057b32f
Compare
Choose a tag to compare

Notable updates:

  • Fix CD task for image publishing on new tagged releases

Forest v0.7.0

23 Mar 13:57
6926270
Compare
Choose a tag to compare

Notable updates:

  • Support for NV18.
  • Automatic database garbage collection.
  • A JavaScript console to interact with Filecoin API.
  • Switched to ParityDb as the default backend for Forest daemon.

Forest v0.6.0

06 Jan 16:23
b36faae
Compare
Choose a tag to compare

Notable updates:

  • Added support for the new Protocol Labs snapshot service.
  • Several improvements to logging (including integration with Grafana Loki) and
    error handling.

Forest v0.5.1

01 Dec 14:57
e8b805c
Compare
Choose a tag to compare

This patch release fixes a visual regression in the progress bars used by Forest.

Forest v0.5.0

01 Dec 12:01
9cf56fd
Compare
Choose a tag to compare

Notable updates:

  • Support for nv17 (aka Shark).
  • Forest was split into two programs: a Filecoin node (forest), and a control program (forest-cli).
  • Improved snapshot importing performance: ~75% reduction in snapshot import time.
  • Improved code building time: ~45% reduction in build time.
  • Code coverage increased from 32% to 63%.

Forest v0.4.1

07 Oct 09:33
1f6a7f5
Compare
Choose a tag to compare

This patch release fixes a bug related to Forest's fork threshold. The bug would be triggered if Forest was left running for several days and it would prevent Forest from processing new blocks in the blockchain.

Forest v0.4.0

30 Sep 18:50
2022557
Compare
Choose a tag to compare

Notable updates:

  • Support for nv16.
  • Built-in method of downloading snapshots.
  • Vastly improved automated testing.

Added

  • New forest chain export command for generating snapshots.
  • New forest chain fetch command for downloading recent snapshots.
  • Logging settings are now part of the configuration file rather than only being
    accessible through an environment variable.
  • A --detach flag for running the Forest node in the background.
  • A --halt-after-import for exiting Forest directly after importing a snapshot.
  • Delegated Consensus: A consensus mode useful for testing.
  • FIP-0023: Break ties between tipsets of equal weight.

Changed

  • Improve error messages if Forest isn't initiated with a valid database.
  • Formatting clean-up in the forest wallet.
  • Improved pretty-printing of debugging statediffs.
  • Several dozen spelling fixes in the documentation.
  • Fixed dead links in documentation (with automated detection).
  • Avoided a segmentation fault caused by an improper shutdown of the database.
  • Bump required rust version from nightly-2022-09-08 to nightly-2022-09-28.

Removed

  • Support for the sled database.

Forest v0.3.0

04 Jul 07:02
46fe3ff
Compare
Choose a tag to compare

This release supports Filecoin network version 15.

Notable updates:

  • Support nv15 entirely through the FVM.
  • Resolve two security concerns by removing legacy code (RUSTSEC-2020-0071 and RUSTSEC-2021-0130).
  • Fixed Docker image and released it to GH container registry.
  • Network selection (ie mainnet vs testnet) moved to a CLI flag rather than a compile-time flag.

All changes

New Contributors

Full Changelog: v0.2.2...v0.3.0