go-ethereum/core/txpool
Martin HS 58cf152e98
eth/catalyst, core/txpool/blobpool: make tests output less logs (#30563)
A couple of tests set the debug level to `TRACE` on stdout,
and all subsequent tests in the same package are also affected
by that, resulting in outputs of tens of megabytes. 

This PR removes such calls from two packages where it was prevalent.
This makes getting a summary of failing tests simpler, and possibly
reduces some strain from the CI pipeline.
2024-10-10 07:54:07 +02:00
..
blobpool eth/catalyst, core/txpool/blobpool: make tests output less logs (#30563) 2024-10-10 07:54:07 +02:00
legacypool Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521) 2024-09-27 13:56:25 +03:00
errors.go core/txpool: elevate the 'already reserved' error into a constant (#29095) 2024-02-27 13:27:50 +02:00
subpool.go Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521) 2024-09-27 13:56:25 +03:00
txpool.go Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521) 2024-09-27 13:56:25 +03:00
validation.go core/txpool: use the cached address in ValidateTransactionWithState (#30208) 2024-07-23 14:07:06 +02:00