Skip to content

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

Merged
zzzckck merged 1 commit intobnb-chain:developfrom
weiihann:develop/underpriced-tx
Jan 8, 2024
Merged

eth/fetcher: allow underpriced transactions in after timeout (#28097)#2140
zzzckck merged 1 commit intobnb-chain:developfrom
weiihann:develop/underpriced-tx

Conversation

@weiihann
Copy link
Copy Markdown
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 <fjl@twurst.com>
# Conflicts:
#	eth/fetcher/tx_fetcher.go
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