Skip to content

Commit b07bd5b

Browse files
authored
chore: prepare v0.30.2 release (#6141)
1 parent 4661ae8 commit b07bd5b

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,26 @@
2929

3030
### Added
3131

32+
### Changed
33+
34+
### Removed
35+
36+
### Fixed
37+
38+
## Forest v0.30.2 "Garuda"
39+
40+
This is a non-mandatory release that brings important enhancements to Forest's tooling capabilities, Ethereum RPC compatibility, and F3 integration.
41+
The release includes new CLI commands for snapshot management and state inspection, along with critical fixes for Ethereum RPC methods.
42+
43+
### Added
44+
3245
- [#6074](https://github.com/ChainSafe/forest/issues/6074) Added `forest-cli snapshot export-diff` subcommand for exporting a diff snapshot.
3346

3447
- [#6061](https://github.com/ChainSafe/forest/pull/6061) Added `forest-cli state actor-cids` command for listing all actor CIDs in the state tree for the current tipset.
3548

3649
- [#5568](https://github.com/ChainSafe/forest/issues/5568) Added `--n-tipsets` flag to the `forest-tool index backfill` subcommand to specify the number of epochs to backfill.
3750

38-
### Changed
39-
40-
### Removed
51+
- [#6133](https://github.com/ChainSafe/forest/pull/6133) Added `Filecoin.ChainGetFinalizedTipset` API method to get the finalized tipset using f3.
4152

4253
### Fixed
4354

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.30.1"
3+
version = "0.30.2"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
repository = "https://github.com/ChainSafe/forest"
66
edition = "2024"

0 commit comments

Comments
 (0)