go-ethereum/core/txpool
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
..
blobpool core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) 2024-09-26 11:08:36 +02:00
legacypool core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) 2024-09-26 11:08:36 +02:00
errors.go core/txpool: elevate the 'already reserved' error into a constant (#29095) 2024-02-27 13:27:50 +02:00
subpool.go core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) 2024-09-26 11:08:36 +02:00
txpool.go core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495) 2024-09-26 11:08:36 +02:00
validation.go core/txpool: use the cached address in ValidateTransactionWithState (#30208) 2024-07-23 14:07:06 +02:00