1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/txpool
Austin Larson 49ef375033
core/txpool: demote error log to warn (#31332)
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.
2025-03-11 16:00:50 +01:00
..
blobpool eth: do not add failed tx to localTxTracker (#31202) 2025-03-01 13:58:57 +01:00
legacypool core/txpool: demote error log to warn (#31332) 2025-03-11 16:00:50 +01:00
locals eth: do not add failed tx to localTxTracker (#31202) 2025-03-01 13:58:57 +01:00
errors.go core/txpool: move setcode tx validation into legacyPool (#31209) 2025-02-24 14:17:21 -07:00
subpool.go eth: do not add failed tx to localTxTracker (#31202) 2025-03-01 13:58:57 +01:00
txpool.go eth: do not add failed tx to localTxTracker (#31202) 2025-03-01 13:58:57 +01:00
validation.go eth: check blob transaction validity on the peer goroutine when received (#31219) 2025-03-01 14:10:38 +01:00