Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eth-sender): make base fee grow at least as fast as priority fee (…
…#3386) We have a limit on priority fee, if an eth-sender transaction hits it, we panic. Currently eth-sender transactions may in some very rare situations hit this limits as base_fees may grow slower than priority_fees (it happened today), this change forces base_fee to grow at least as fast as priority fee.
- Loading branch information