Skip to content

chore(release): prepare release v0.32.0 - #6567

Merged
hanabi1224 merged 5 commits into
mainfrom
hm/release-0.31.2
Feb 9, 2026
Merged

chore(release): prepare release v0.32.0#6567
hanabi1224 merged 5 commits into
mainfrom
hm/release-0.31.2

Conversation

@hanabi1224

@hanabi1224hanabi1224 commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

Changes introduced in this pull request:

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

  • Release
    • Package version bumped to v0.32.0; adds unreleased changelog scaffold and a v0.32.0 "Ember" entry.
  • Breaking Changes
    • Default JWT expiration increased from 24 hours to 100 years.
    • Execution reverted error code changed from 11 to 3.
  • Documentation
    • Expanded changelog structure and updated release checklist guidance to include RPC spec update steps.
  • Tests
    • OpenRPC tests reorganized into per-version tests for clearer snapshots.

@hanabi1224hanabi1224 added RPC requires calibnet RPC checks to run on CI Release PR which marks a new Release labels Feb 9, 2026
@hanabi1224
hanabi1224 marked this pull request as ready for review February 9, 2026 10:21
@hanabi1224
hanabi1224 requested a review from a team as a code ownerFebruary 9, 2026 10:21
@hanabi1224
hanabi1224 requested review from LesnyRumcajs and removed request for a teamFebruary 9, 2026 10:21
@coderabbitai

coderabbitaiBot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Bumps package version to 0.32.0, expands CHANGELOG with an unreleased scaffold and v0.32.0 "Ember" notes (including two breaking changes), adds an RPC-specs step to the release checklist, and refactors OpenRPC tests into per-API-version tests. No runtime API signature changes.

Changes

Cohort / File(s)Summary
Release metadata
Cargo.toml, CHANGELOG.md
Package version bumped (0.31.10.32.0) and CHANGELOG updated with unreleased scaffold and v0.32.0 "Ember" entries; documents two breaking changes (default JWT expiry increased; execution reverted error code changed).
Release checklist docs
docs/docs/developers/guides/release_checklist.md
Adds checklist item to update RPC specs and run cargo test --lib -- rpc::tests::openrpc and cargo insta review.
RPC tests
src/rpc/mod.rs
Splits a combined OpenRPC test into three per-version tests (openrpc_v0, openrpc_v1, openrpc_v2) and extracts a shared openrpc(path) helper; test behavior preserved.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • sudo-shashank
  • akaladarshi
🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check nameStatusExplanationResolution
Docstring Coverage⚠️ WarningDocstring coverage is 75.00% which is insufficient. The required threshold is 80.00%.Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title accurately reflects the main purpose of the changeset: preparing a release (v0.32.0) with version bumps, changelog updates, and test refactoring.

✏️ 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 hm/release-0.31.2

No actionable comments were generated in the recent review. 🎉


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

Comment threaddocs/docs/developers/guides/release_checklist.md
Comment threadCargo.toml Outdated
Comment threadCHANGELOG.md Outdated
@codecov

codecovBot commented Feb 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.36%. Comparing base (86cb824) to head (cd15146).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
Files with missing linesCoverage Δ
src/rpc/mod.rs88.37% <100.00%> (+0.37%)⬆️

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 86cb824...cd15146. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

LesnyRumcajs
LesnyRumcajs previously approved these changes Feb 9, 2026
@hanabi1224
hanabi1224 added this pull request to the merge queueFeb 9, 2026
Comment threadCHANGELOG.md Outdated
@LesnyRumcajsLesnyRumcajs changed the title chore(release): prepare release v0.31.2chore(release): prepare release v0.32.0Feb 9, 2026
@hanabi1224
hanabi1224 removed this pull request from the merge queue due to a manual request Feb 9, 2026
Co-authored-by: Hubert <hubert@chainsafe.io>
@hanabi1224
hanabi1224 added this pull request to the merge queueFeb 9, 2026
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Feb 9, 2026
@hanabi1224
hanabi1224 added this pull request to the merge queueFeb 9, 2026
github-merge-queueBot pushed a commit that referenced this pull request Feb 9, 2026
Co-authored-by: Hubert <hubert@chainsafe.io>
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to Branch Protection failures Feb 9, 2026
You're not authorized to push to this branch. Visit "About protected branches" for more information.
@hanabi1224
hanabi1224 added this pull request to the merge queueFeb 9, 2026
Merged via the queue into main with commit 5ccd594Feb 9, 2026
44 checks passed
@hanabi1224
hanabi1224 deleted the hm/release-0.31.2 branch February 9, 2026 14:36
@coderabbitaicoderabbitaiBot mentioned this pull request Feb 12, 2026
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ReleasePR which marks a new ReleaseRPCrequires calibnet RPC checks to run on CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@hanabi1224@LesnyRumcajs