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

Workaround for 0 gas price estimation #2180

Merged
merged 3 commits into from
May 28, 2024
Merged

Workaround for 0 gas price estimation #2180

merged 3 commits into from
May 28, 2024

Conversation

etan-status
Copy link
Contributor

The transaction spammer from Kurtosis estimates the gas price of its transactions using 'eth_gasPrice'. Our implementation returns 0 when no transactions have been executed yet, not taking into account the EIP-1559 block base fee. Force a hardcoded minimum for now to unstuck.

The transaction spammer from Kurtosis estimates the gas price of its
transactions using 'eth_gasPrice'. Our implementation returns 0 when
no transactions have been executed yet, not taking into account the
EIP-1559 block base fee. Force a hardcoded minimum for now to unstuck.
@jangko
Copy link
Contributor

jangko commented May 28, 2024

I have no problem with this one.

@jangko jangko merged commit b7a7745 into master May 28, 2024
17 checks passed
@jangko jangko deleted the dev/etan/tx-minfee branch May 28, 2024 06:36
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.

None yet

2 participants