Skip to content

Commit a7e6df4

Browse files
authored
chore: prepare release v0.33.3 (#7021)
1 parent 51e9207 commit a7e6df4

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@
3535

3636
### Fixed
3737

38+
## Forest v0.33.3 "Dawn"
39+
40+
Non-mandatory release for all node operators. It includes a few fixes to make the chain following logic more robust and eliminate a few non-critical warnings.
41+
42+
### Breaking
43+
44+
### Added
45+
46+
### Changed
47+
48+
### Removed
49+
50+
### Fixed
51+
52+
- [#7019](https://github.com/ChainSafe/forest/pull/7019): [chain follower] skip a sync target tipset if it's part of the current chain.
53+
3854
## Forest v0.33.2 "Night Mare"
3955

4056
Mandatory release for calibnet node operators. It includes support for the NV28 _FireHorse_ network upgrade for calibnet, which is set to activate at epoch `3694534` (2026-05-07T14:00:00Z). It also includes important fixes around the P2P protocols that could cause high memory usage.

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forest-filecoin"
3-
version = "0.33.2"
3+
version = "0.33.3"
44
authors = ["ChainSafe Systems <info@chainsafe.io>"]
55
repository = "https://github.com/ChainSafe/forest"
66
edition = "2024"

β€Žsrc/rpc/snapshots/forest__rpc__tests__rpc__v0.snapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc/rpc/snapshots/forest__rpc__tests__rpc__v1.snapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc/rpc/snapshots/forest__rpc__tests__rpc__v2.snapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)