Skip to content

chore: prepare nv28 calibnet upgrade#6978

Merged
LesnyRumcajs merged 1 commit intomainfrom
calibnet-nv28-upgrade
Apr 29, 2026
Merged

chore: prepare nv28 calibnet upgrade#6978
LesnyRumcajs merged 1 commit intomainfrom
calibnet-nv28-upgrade

Conversation

@LesnyRumcajs
Copy link
Copy Markdown
Member

@LesnyRumcajs LesnyRumcajs commented Apr 29, 2026

Summary of changes

Changes introduced in this pull request:

  • prepared NV28 upgrade for calibnet

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 support for the NV28 "FireHorse" network upgrade on Calibnet, Butterflynet, and Devnet, with activation scheduled for epoch 3,694,534 (May 7, 2026 at 14:00:00 UTC).

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner April 29, 2026 09:29
@LesnyRumcajs LesnyRumcajs requested review from sudo-shashank and removed request for a team April 29, 2026 09:29
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 29, 2026

Walkthrough

This pull request implements NV28 "FireHorse" network upgrade support for Calibnet by configuring the activation epoch (3,694,534), actor bundle versions (v18.0.0), manifest entries, and migration handlers to enable the network upgrade.

Changes

Cohort / File(s) Summary
Documentation
CHANGELOG.md
Added entry documenting NV28 "FireHorse" upgrade support for Calibnet with activation epoch and timestamp.
Network Configuration & Manifest
build/manifest.json, src/networks/actors_bundle.rs, src/networks/calibnet/mod.rs
Added manifest record for calibnet v18.0.0 with new content identifiers and actor CIDs; extended actor bundles list with calibrationnet v18.0.0 bundle URLs; updated HEIGHT_INFOS for FireHorse from placeholder epoch to concrete activation epoch 3,694,534.
Migration Wiring
src/state_migration/mod.rs
Registered Height::FireHorse migration handler mapping to nv28::run_migration for Calibnet, Butterflynet, and Devnet networks.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested labels

Release

Suggested reviewers

  • hanabi1224
  • akaladarshi
  • sudo-shashank
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The PR title 'chore: prepare nv28 calibnet upgrade' accurately summarizes the main change: preparing the Calibnet network for the NV28 (FireHorse) upgrade across multiple configuration files and migration logic.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch calibnet-nv28-upgrade
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch calibnet-nv28-upgrade

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.11%. Comparing base (6d1789f) to head (424ef66).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
Files with missing lines Coverage Δ
src/networks/actors_bundle.rs 90.30% <100.00%> (-0.40%) ⬇️
src/networks/calibnet/mod.rs 100.00% <100.00%> (ø)
src/state_migration/mod.rs 81.11% <100.00%> (+0.21%) ⬆️

... and 7 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 04fac3b...424ef66. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sudo-shashank sudo-shashank changed the title chore: preare nv28 calibnet upgrade chore: prepare nv28 calibnet upgrade Apr 29, 2026
@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Apr 29, 2026
Merged via the queue into main with commit 03a9ee4 Apr 29, 2026
68 of 70 checks passed
@LesnyRumcajs LesnyRumcajs deleted the calibnet-nv28-upgrade branch April 29, 2026 12:59
@coderabbitai coderabbitai Bot mentioned this pull request Apr 30, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants