go-ethereum/core/txpool
Daniel Liu 5b0e2e4bf0
fix(core/txpool): clarify tx validation error messages #29081 (#2163)
Adjust txpool validation error wording to report actual and minimum values consistently.

- intrinsic gas error now reports: gas <actual>, minimum needed <required>

- underpriced tip error now reports: gas tip cap <actual>, minimum needed <required>

No transaction validation logic is changed in this commit; only error message text is updated.
2026-03-17 11:16:44 +05:30
..
legacypool docs(core,eth): fix typos #29024 #29036 (#2161) 2026-03-17 11:15:29 +05:30
errors.go core/txpool: add 7702 protection to blobpool #31526 (#1930) 2026-01-26 11:20:02 +05:30
reserver.go core/txpool: add 7702 protection to blobpool #31526 (#1930) 2026-01-26 11:20:02 +05:30
subpool.go refactor(txpool,eth,miner): use pending filter struct #29026 (#2160) 2026-03-11 08:58:07 +05:30
txpool.go fix(core/txpool): coordinate reset lifecycle and shutdown signaling #28837 (#2132) 2026-03-17 11:13:47 +05:30
validation.go fix(core/txpool): clarify tx validation error messages #29081 (#2163) 2026-03-17 11:16:44 +05:30