plugeth/core/txpool
Martin Holst Swende c866dfdc78
core: remove outdated tests (#27662)
Back before #27178 , we spun up a number of ethash verifiers to verify headers. So we also had tests to ensure that we were indeed able to abort verification even if we had multiple workers running.

With PR #27178, we removed the parallelism in verification, and these tests are now failing, since we now just sequentially fire away the results as fast as possible on one routine.

This change removes the (sometimes failing) tests
2023-07-06 12:05:34 -04:00
..
legacypool core: remove outdated tests (#27662) 2023-07-06 12:05:34 -04:00
errors.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
subpool.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
txpool.go core/txpool: remove use of errors.Join function (#27523) 2023-06-20 13:51:59 +02:00
validation.go core/txpool: make transaction validation reusable across packages (pools) (#27429) 2023-06-06 12:53:29 +03:00