Skip to content

Commit 0fd1c1f

Browse files
committed
chore: prepare release v0.33.0
1 parent c934f0f commit 0fd1c1f

6 files changed

Lines changed: 17 additions & 7 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929

3030
### Added
3131

32+
### Changed
33+
34+
### Removed
35+
36+
### Fixed
37+
38+
## Forest v0.33.0 "Patroclus"
39+
40+
Non-mandatory release with a couple of larger internal changes, especially around mempool and garbage collection. It also includes support for the new finality resolution mechanism. Also, a couple of fixes!
41+
42+
### Added
43+
3244
- [#6871](https://github.com/ChainSafe/forest/pull/6871): Added `--force` to `forest-cli state compute`.
3345

3446
- [#6811](https://github.com/ChainSafe/forest/pull/6811): Added v2 RPC method `Filecoin.ChainGetTipSetFinalityStatus`.
@@ -43,8 +55,6 @@
4355

4456
- [#6830](https://github.com/ChainSafe/forest/pull/6830): Make base fee FIP-0115 activation configurable via `FOREST_FEES_FIP0115HEIGHT` environment variable. The FIP will NOT be automatically activated on the next network upgrade with this change, for now.
4557

46-
### Removed
47-
4858
### Fixed
4959

5060
- [#6788](https://github.com/ChainSafe/forest/pull/6788): Fixed message pool nonce calculation to align with Lotus.

β€Ž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.32.4"
3+
version = "0.33.0"
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)