Skip to content

Comments

chore(release): prepare release v0.32.2#6643

Merged
akaladarshi merged 2 commits intomainfrom
akaladarshi/release-0.32.2
Feb 24, 2026
Merged

chore(release): prepare release v0.32.2#6643
akaladarshi merged 2 commits intomainfrom
akaladarshi/release-0.32.2

Conversation

@akaladarshi
Copy link
Collaborator

@akaladarshi akaladarshi commented Feb 24, 2026

Summary of changes

Changes introduced in this pull request:

  • prepare release v0.32.2 "Phagun" (end of winter season)

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • New Features

    • Added Forest.TraceCall RPC method available in API v1 and v2.
  • Chores

    • Version bumped to 0.32.2.

@akaladarshi akaladarshi requested a review from a team as a code owner February 24, 2026 07:04
@akaladarshi akaladarshi requested review from LesnyRumcajs and hanabi1224 and removed request for a team February 24, 2026 07:04
@akaladarshi akaladarshi added the Release PR which marks a new Release label Feb 24, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 24, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (3)
  • src/rpc/snapshots/forest__rpc__tests__rpc__v0.snap is excluded by !**/*.snap
  • src/rpc/snapshots/forest__rpc__tests__rpc__v1.snap is excluded by !**/*.snap
  • src/rpc/snapshots/forest__rpc__tests__rpc__v2.snap is excluded by !**/*.snap

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

Version 0.32.2 release introducing a new public RPC method Forest.TraceCall for API v1 and v2, with changelog documentation and manifest version update. Existing parallel HTTP downloads feature for snapshots remains included.

Changes

Cohort / File(s) Summary
Release Documentation
CHANGELOG.md
Documents new Forest.TraceCall RPC method for API v1 and v2, and existing parallel HTTP downloads feature.
Version Bump
Cargo.toml
Updates package version from 0.32.1 to 0.32.2.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

RPC, Release

Suggested reviewers

  • hanabi1224
  • LesnyRumcajs
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The PR title contains a typo ('rlease' instead of 'release') and is poorly formatted, making it unclear and difficult to parse. Correct the typo to 'new release v0.32.2 Phagun' for clarity and professional presentation.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch akaladarshi/release-0.32.2

Comment @coderabbitai help to get the list of available commands and usage tips.

@akaladarshi akaladarshi changed the title new rlease v0.32.2 Phagun chore(release): prepare release v0.32.2 Feb 24, 2026
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
CHANGELOG.md (1)

58-58: ⚠️ Potential issue | 🟡 Minor

Wording mismatch: "Added…" entry placed under ### Fixed.

The description opens with "Added random GC delay…" which reads like an addition, not a fix. Either move it to ### Added or rephrase to emphasize what was broken, e.g.:

-
- [`#6594`](https://github.com/ChainSafe/forest/issues/6594): Added random GC delay to avoid a cluster of nodes run GC and reboot RPC services at the same time.
+
+ [`#6594`](https://github.com/ChainSafe/forest/issues/6594): Fixed GC clustering issue by introducing a random delay to prevent nodes from running GC and rebooting RPC services simultaneously.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 58, The changelog entry "[`#6594`]: Added random GC delay
to avoid a cluster of nodes run GC and reboot RPC services at the same time." is
under "### Fixed" but reads like an addition; either move the entry to "###
Added" or reword the entry under "### Fixed" to describe the problem being fixed
(for example: "Introduced random GC delay to prevent clusters of nodes from
running GC simultaneously and rebooting RPC services" or "Fixed simultaneous GC
reboots by adding a random GC delay"). Update the line containing "[`#6594`]"
accordingly so the section and wording match.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CHANGELOG.md`:
- Around line 38-40: Update the PR title and description to match the actual
release version and fix the typo: change the PR description text that currently
reads "prepare release v0.31.2 'Phagun'" to "prepare release v0.32.2 'Phagun'",
and correct the PR title's "rlease" typo; verify that the release string in
CHANGELOG.md ("Forest v0.32.2 \"Phagun\"") and Cargo.toml remain unchanged and
consistent with the updated PR text.

---

Outside diff comments:
In `@CHANGELOG.md`:
- Line 58: The changelog entry "[`#6594`]: Added random GC delay to avoid a
cluster of nodes run GC and reboot RPC services at the same time." is under "###
Fixed" but reads like an addition; either move the entry to "### Added" or
reword the entry under "### Fixed" to describe the problem being fixed (for
example: "Introduced random GC delay to prevent clusters of nodes from running
GC simultaneously and rebooting RPC services" or "Fixed simultaneous GC reboots
by adding a random GC delay"). Update the line containing "[`#6594`]" accordingly
so the section and wording match.

ℹ️ Review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 33fe64c and a80e4a9.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • CHANGELOG.md
  • Cargo.toml

@akaladarshi akaladarshi added this pull request to the merge queue Feb 24, 2026
Merged via the queue into main with commit deb4bd8 Feb 24, 2026
43 checks passed
@akaladarshi akaladarshi deleted the akaladarshi/release-0.32.2 branch February 24, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release PR which marks a new Release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants