Skip to content

fix: improvements to retry logic in RPC#849

Merged
aloknerurkar merged 16 commits intomainfrom
rpc-fixes.15
Nov 17, 2025
Merged

fix: improvements to retry logic in RPC#849
aloknerurkar merged 16 commits intomainfrom
rpc-fixes.15

Conversation

@aloknerurkar
Copy link
Copy Markdown
Collaborator

Describe your changes

The sync checking of inclusion leads to delays around the block boundary. The changes now make the checking async. We will keep retrying till we get the signal.

One case to consider is if we retried for the next block when we already had commitments for the previous block. If we got the inclusion signal late, this would mean that the previous commitments/block number were infact the correct ones. So we should use those when we confirm.

Issue ticket number and link

Fixes # (issue)

Checklist before requesting a review

  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation

@aloknerurkar aloknerurkar merged commit 9fa3f3b into main Nov 17, 2025
4 of 5 checks passed
@aloknerurkar aloknerurkar deleted the rpc-fixes.15 branch November 17, 2025 17:32
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