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

Transaction Manager: configurable increaseGasPrice behavior #12190

Open
axelKingsley opened this issue Sep 27, 2024 · 0 comments
Open

Transaction Manager: configurable increaseGasPrice behavior #12190

axelKingsley opened this issue Sep 27, 2024 · 0 comments
Labels
A-op-service Area: op-service

Comments

@axelKingsley
Copy link
Contributor

Previously, the gas price in the transaction manager would use the generated estimate always, in a function called increaseGasPrices.

In this PR , it's being modified such that if the incoming transaction is already priced higher than the estimate, the higher value is always used.

This behavior is probably fine, but there may be customers who prefer (or even rely on) the limit going back down.

We should add into the configuration for SimpleTransactionManager, some way to specify the behavior, likely a simple flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-service Area: op-service
Projects
None yet
Development

No branches or pull requests

2 participants