Skip to content

Add ref-only WAL WSC export#613

Merged
flyingrobots merged 2 commits into
mainfrom
cycle/564-ref-only-wsc-export-fixture
Jun 28, 2026
Merged

Add ref-only WAL WSC export#613
flyingrobots merged 2 commits into
mainfrom
cycle/564-ref-only-wsc-export-fixture

Conversation

@flyingrobots

Copy link
Copy Markdown
Owner

Summary

  • add ref-only WAL WSC export/import helpers that compose projection graph, accepted-submission, and receipt-correlation WSC envelopes
  • report external segment bytes as explicit ref-only dependencies while normalizing absolute locator paths out of causal identity
  • add the filesystem-backed witness wsc_ref_only_export_preserves_wal_identity

Closes #564.

Validation

  • cargo test -p warp-core wsc_ref_only_export_preserves_wal_identity
  • cargo test -p warp-core --test causal_wal_tests
  • cargo test -p warp-core --test wsc_store_tests
  • cargo clippy -p warp-core --lib --test causal_wal_tests --test wsc_store_tests -- -D warnings
  • cargo check -p warp-core
  • cargo fmt --check
  • git diff --check
  • npx markdownlint-cli2 CHANGELOG.md
  • pre-push hook: cargo fmt --all -- --check; cargo check -p warp-core --quiet; cargo test -p warp-core --test causal_wal_tests; prettier --check CHANGELOG.md

@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@flyingrobots, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 33 minutes and 17 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: f5ea20f4-8c2c-499c-9141-e1088a15eb3c

📥 Commits

Reviewing files that changed from the base of the PR and between 5adc944 and 0faa1c1.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • crates/warp-core/src/wsc/mod.rs
  • crates/warp-core/src/wsc/store.rs
  • crates/warp-core/tests/causal_wal_tests.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cycle/564-ref-only-wsc-export-fixture

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@flyingrobots
flyingrobots merged commit 0db4b7b into main Jun 28, 2026
36 checks passed
@flyingrobots
flyingrobots deleted the cycle/564-ref-only-wsc-export-fixture branch June 28, 2026 00:09
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.

[GP3-S2] Ref-Only WSC Export Fixture

1 participant