-
Notifications
You must be signed in to change notification settings - Fork 39
fix(prover): test_restart_sync_from_scratch #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe changes introduce a test-only proof verification method to the Changes
Sequence Diagram(s)sequenceDiagram
participant Test as Test
participant Prover1 as Prover (First Instance)
participant Prover2 as Prover (Second Instance)
participant DB as Database
Test->>Prover1: Start with CancellationToken
Prover1->>DB: Sync and commit epochs
Test->>Prover1: Cancel operation
Prover1-->>Test: Return commitment
Test->>Prover2: Start with new DB and same config
Prover2->>DB: Sync epochs
Prover2-->>Test: Return new commitment
Test->>Test: Assert commitments match and within timeout
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (7)
✨ Finishing Touches
🧪 Generate Unit Tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* fix(prover): test_restart_sync_from_scratch * upsi uwu * everythign
* blob retries and and timesout now * missed a spot * fixed issues * fix(prover): test_restart_sync_from_scratch (#355) * fix(prover): test_restart_sync_from_scratch * upsi uwu * everythign * Fixed more stuff * get_finalized_epoch in full_node now has retries and timeouts * get_transaction in full_node now retries and timesout * Created try_fetch_blobs in full_node --------- Co-authored-by: Ryan <ryan@deltadevs.xyz>
Summary by CodeRabbit
Tests
Refactor