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

Remove check that minGasPrice need to decrease to retry unprofitable tx #17

Merged
merged 1 commit into from
May 30, 2024

Conversation

fab-10
Copy link
Contributor

@fab-10 fab-10 commented May 30, 2024

The check that minGasPrice need to decrease to retry unprofitable tx, is a small optimization to avoid some profitability checks, not sure it has a big impact, and not that the profitability formula is changed, it should be adapted, but I prefer to remove it altogether instead, since probably not worth the added complexity, and we can always re-evaluate it in case we discover some performance issue there.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 merged commit e27c5ca into main May 30, 2024
7 checks passed
@fab-10 fab-10 deleted the remove-TX_UNPROFITABLE_MIN_GAS_PRICE_NOT_DECREASED branch May 30, 2024 17:29
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