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

eth/fetcher: allow underpriced transactions in after timeout (#28097) #2140

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

weiihann
Copy link
Contributor

@weiihann weiihann commented Jan 8, 2024

Description

This PR cherrypicks a PR from the Geth upstream. The original description is as follows:

"This PR will allow a previously underpriced transaction back in after a timeout of 5 minutes. This will block most transaction spam but allow for transactions to be re-broadcasted on networks with less transaction flow."

Rationale

Resolves #2084

We have some users saying that underpriced transactions were not able to be broadcast at all. This code change should help resolve that.

Credits

Special thanks to @terianil for sharing the info 😊

This PR will allow a previously underpriced transaction back in after a timeout
of 5 minutes. This will block most transaction spam but allow for transactions to
be re-broadcasted on networks with less transaction flow.

---------

Co-authored-by: Felix Lange <[email protected]>
# Conflicts:
#	eth/fetcher/tx_fetcher.go
@zzzckck zzzckck merged commit b2de32f into bnb-chain:develop Jan 8, 2024
5 checks passed
@zzzckck zzzckck mentioned this pull request Jan 23, 2024
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.

4 participants