go-ethereum/core/txpool/blobpool
jwasinger 71b32b4d73 core/txpool, eth/catalyst: clear transaction pool in Rollback (#30534)
This adds an API method `DropTransactions` to legacy pool, blob pool and
txpool interface. This method removes all txs currently tracked in the
pools.

It modifies the simulated beacon to use the new method in `Rollback`
which removes previous hacky implementation that also erroneously reset
the gas tip to 1 gwei.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2024-11-19 14:50:11 +01:00
..
blobpool.go core/txpool, eth/catalyst: clear transaction pool in Rollback (#30534) 2024-11-19 14:50:11 +01:00
blobpool_test.go all: fix issues with benchmarks (#30667) 2024-11-19 14:50:11 +01:00
config.go
evictheap.go core/txpool/blobpool: improve newPriceHeap function (#30050) 2024-06-28 15:51:27 +02:00
evictheap_test.go all: fix issues with benchmarks (#30667) 2024-11-19 14:50:11 +01:00
interface.go
limbo.go
lookup.go beacon/engine, core/txpool, eth/catalyst: add engine_getBlobsV1 API (#30537) 2024-11-19 14:50:11 +01:00
metrics.go
priority.go
priority_test.go
slotter.go
slotter_test.go