Skip to content

fix: tuning bidding logic#742

Merged
aloknerurkar merged 4 commits intomainfrom
rpc-fixes.4
Jul 26, 2025
Merged

fix: tuning bidding logic#742
aloknerurkar merged 4 commits intomainfrom
rpc-fixes.4

Conversation

@aloknerurkar
Copy link
Copy Markdown
Collaborator

Describe your changes

This is a small fix to estimate the opt in slot correctly. Previously we were not considering the time since the last block in the estimate.

Also in the bidder, we have increased the decay start timestamp delay to 200ms. This is more generous and gives providers some leeway to avoid decay. Also increased the decay time to twice the timeout. Which would make the bid decay atmost to half of its value if provider takes the entire timeout duration to respond. This is still crude but need to give more thought on pricing. Especially since we also need to consider clients which are setting the priority fee on their own.

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 requested a review from chrmatt July 25, 2025 11:47
Comment thread tools/preconf-rpc/sender/sender.go Outdated
@aloknerurkar aloknerurkar merged commit 3d69a75 into main Jul 26, 2025
5 checks passed
@aloknerurkar aloknerurkar deleted the rpc-fixes.4 branch July 26, 2025 07: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.

2 participants