Skip to content
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

[NONEVM-984][solana] - Reorg Detection + lighter rpc call #951

Open
wants to merge 102 commits into
base: develop
Choose a base branch
from

Conversation

Farber98
Copy link
Contributor

@Farber98 Farber98 commented Nov 28, 2024

Description

  • Track transaction statuses on per signature basis to identify which signature for a transaction was included to detect re-orgs specifically for it
  • Update the confirmation logic to identify regression in a signature’s transaction status when no or processed status is received to detect re-orgs
    • A transaction can revert back to no status or processed from confirmed status
    • A transaction can revert back to no status from processed status
  • If a re-org is detected
    • from confirmed, restart the retry/bump loop
    • from processed, we don't do nothing and it's handled by expiration rebroadcast if needed later

Tickets

Soak Testing

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.

3 participants