go-ethereum/core/txpool/legacypool
jwasinger bb9897f11b
core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495)
Here we move the method that drops all transactions by temporarily increasing the fee
into the TxPool itself. It's better to have it there because we can set it back to the
configured value afterwards. This resolves a TODO in the simulated backend.
2024-09-26 11:08:36 +02:00
..
journal.go core/txpool: no need to log loud rotate if no local txs (#29083) 2024-02-26 18:34:45 +02:00
legacypool.go core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) 2024-09-26 11:08:36 +02:00
legacypool2_test.go core/state: state reader abstraction (#29761) 2024-09-05 13:10:47 +03:00
legacypool_test.go core/state: state reader abstraction (#29761) 2024-09-05 13:10:47 +03:00
list.go all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00
list_test.go core/txpool/legacypool: remove a redundant heap.Init (#28910) 2024-02-15 19:50:17 +01:00
noncer.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00