Skip to content

fix: check confirmation for preconfirmed txns and add subsidy#836

Merged
aloknerurkar merged 15 commits intomainfrom
rpc-fixes.13
Oct 22, 2025
Merged

fix: check confirmation for preconfirmed txns and add subsidy#836
aloknerurkar merged 15 commits intomainfrom
rpc-fixes.13

Conversation

@aloknerurkar
Copy link
Copy Markdown
Collaborator

Describe your changes

Previously if we consider transaction as preconfirmed, we dont wait to check for transaction being in the block. With this change we will always check for inclusion.

Because of the above change, we will have to consider PreConfirmed state as a step before confirmation. So when we return receipts, we will not proxy request if it is preconfirmed.

Also added logic to provide subsidy to bidders for initial testing.

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 a823f28 into main Oct 22, 2025
7 of 9 checks passed
@aloknerurkar aloknerurkar deleted the rpc-fixes.13 branch October 22, 2025 08:43
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