Skip to content

Releases: ChainSafe/forest

Forest v0.8.2 "The Way"

05 May 07:59
5b17dc7
Compare
Choose a tag to compare

Notable updates

  • Configurable number of default recent state roots included in memory/snapshots.
  • Fixed issue when running Forest on calibnet using a configuration file only.
  • NV19 and NV20 patches.

What's Changed

Full Changelog: v0.8.1...v0.8.2

Forest v0.8.1 "Cold Exposure"

25 Apr 08:45
be2e7d4
Compare
Choose a tag to compare

Notable updates

  • Move back to the upstream ref-fvm and bump the dependency version to include the latest critical patch. This fixes NV19 and NV20 support.

What's Changed

Full Changelog: v0.8.0...v0.8.1

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.