catch-low-min-tip-error#405
Conversation
There was a problem hiding this comment.
Pull request overview
Extends EVM client error classification to treat “transaction gas price below minimum …” (seen on some Geth/Bor/Polygon and Erigon nodes) as a terminally-underpriced transaction, ensuring tx manager behavior is consistent across clients.
Changes:
- Expand Geth
TerminallyUnderpricedregex to also matchtransaction gas price below minimum. - Expand Erigon
TerminallyUnderpricedregex similarly. - Add test cases covering the newly recognized error strings for both clients.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pkg/client/errors.go |
Broadens Geth and Erigon terminal-underpriced regex matching to include “transaction gas price below minimum” errors. |
pkg/client/errors_test.go |
Adds regression tests validating the new matching behavior for Geth and Erigon. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This PR is stale because it has been open 30 days with no activity. |
|
This PR has been automatically closed because it has been stale for > 30 days. |
No description provided.