Skip to content

feat: improve export status info#7383

Draft
LesnyRumcajs wants to merge 1 commit into
mainfrom
export-status-kind
Draft

feat: improve export status info#7383
LesnyRumcajs wants to merge 1 commit into
mainfrom
export-status-kind

Conversation

@LesnyRumcajs

Copy link
Copy Markdown
Member

Adds pre-walk visibility logging for diff exports, a kind (snapshot/diff-snapshot/snapshot-gc) discriminator, and replaces the export status booleans with a state machine
(idle/running/succeeded/cancelled/failed) plus the failure error.

BREAKING CHANGE: Forest.ChainExportStatus no longer returns the exporting/cancelled/succeeded booleans; consumers must read the new state field (see scripts/tests/calibnet_export_check.sh for the migration).

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

  • This pull request is based on an issue that a maintainer has accepted (see Before Opening a Pull Request).
  • 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.

@LesnyRumcajs LesnyRumcajs added Snapshot Run snapshot tests RPC requires calibnet RPC checks to run on CI labels Jul 17, 2026
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 2118395b-9d9a-4af2-a501-23c0cd727a88

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch export-status-kind
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch export-status-kind

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

@LesnyRumcajs
LesnyRumcajs force-pushed the export-status-kind branch 6 times, most recently from cc9b7c3 to ee9bf30 Compare July 20, 2026 09:55
Adds pre-walk visibility logging for diff exports, a kind
(snapshot/diff-snapshot/snapshot-gc) discriminator, and replaces the
export status booleans with a state machine
(idle/running/succeeded/cancelled/failed) plus the failure error.

BREAKING CHANGE: Forest.ChainExportStatus no longer returns the
`exporting`/`cancelled`/`succeeded` booleans; consumers must read the
new `state` field (see scripts/tests/calibnet_export_check.sh for the
migration).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

RPC requires calibnet RPC checks to run on CI Snapshot Run snapshot tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant