From e35409844c2f6ea18da2c862bdd6fb806b6c0de5 Mon Sep 17 00:00:00 2001 From: Aryan Tikarya Date: Thu, 9 Oct 2025 13:57:38 +0530 Subject: [PATCH] chore: prepare v0.30.2 release --- CHANGELOG.md | 17 ++++++++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6eb945035cf..a3724f226a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,15 +29,26 @@ ### Added +### Changed + +### Removed + +### Fixed + +## Forest v0.30.2 "Garuda" + +This is a non-mandatory release that brings important enhancements to Forest's tooling capabilities, Ethereum RPC compatibility, and F3 integration. +The release includes new CLI commands for snapshot management and state inspection, along with critical fixes for Ethereum RPC methods. + +### Added + - [#6074](https://github.com/ChainSafe/forest/issues/6074) Added `forest-cli snapshot export-diff` subcommand for exporting a diff snapshot. - [#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. - [#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. -### Changed - -### Removed +- [#6133](https://github.com/ChainSafe/forest/pull/6133) Added `Filecoin.ChainGetFinalizedTipset` API method to get the finalized tipset using f3. ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 243aac62af47..0f8553c78cc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3125,7 +3125,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "forest-filecoin" -version = "0.30.1" +version = "0.30.2" dependencies = [ "ahash", "anes 0.2.1", diff --git a/Cargo.toml b/Cargo.toml index 27bf528214bb..58dc85d734cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.30.1" +version = "0.30.2" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2024"