Skip to content

fix(core/txpool): demote error log to warn #1034

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

Merged
merged 2 commits into from
Jul 7, 2025

Conversation

alarso16
Copy link
Contributor

@alarso16 alarso16 commented Jul 7, 2025

Why this should be merged

Extraneous error log causing unnecessary pages. Cherry-picks ethereum/go-ethereum#31332

How this works

This error log in legacypool.go isn't necessary, since even though the behavior is unexpected, it is handled correctly. A discussion on issue ethereum/go-ethereum#22301 concluded that this should instead be a warning log.

How this was tested

N/A

Need to be documented?

No

Need to update RELEASES.md?

Yes

This error log in `legacypool.go` isn't necessary, since even though the
behavior is unexpected, it is handled correctly. A discussion on issue
#22301 concluded that this should instead be a warning log.
@alarso16 alarso16 force-pushed the alarso16/mempool-warning-silence branch from d3eb8fa to 4696eb0 Compare July 7, 2025 17:49
@alarso16 alarso16 marked this pull request as ready for review July 7, 2025 17:49
@alarso16 alarso16 requested a review from a team as a code owner July 7, 2025 17:49
@alarso16 alarso16 force-pushed the alarso16/mempool-warning-silence branch from 4696eb0 to 5188843 Compare July 7, 2025 18:03
@alarso16 alarso16 enabled auto-merge July 7, 2025 18:03
@alarso16 alarso16 added this pull request to the merge queue Jul 7, 2025
@alarso16 alarso16 removed this pull request from the merge queue due to a manual request Jul 7, 2025
@alarso16 alarso16 force-pushed the alarso16/mempool-warning-silence branch from 5188843 to 9a3c194 Compare July 7, 2025 18:26
@alarso16 alarso16 enabled auto-merge July 7, 2025 18:27
@alarso16 alarso16 added this pull request to the merge queue Jul 7, 2025
Merged via the queue into master with commit ecbf4f3 Jul 7, 2025
9 checks passed
@alarso16 alarso16 deleted the alarso16/mempool-warning-silence branch July 7, 2025 18:44
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.

2 participants